STM32F4xx_HAL_Driver  1.8.3
LPTIM Exported Init structure
+ Collaboration diagram for LPTIM Exported Init structure:

Data Structures

struct  LL_LPTIM_InitTypeDef
 LPTIM Init structure definition. More...
 

Detailed Description


Data Structure Documentation

◆ LL_LPTIM_InitTypeDef

struct LL_LPTIM_InitTypeDef

LPTIM Init structure definition.

Definition at line 64 of file stm32f4xx_ll_lptim.h.

Data Fields
uint32_t ClockSource

Specifies the source of the clock used by the LPTIM instance. This parameter can be a value of Clock Source.

This feature can be modified afterwards using unitary function LL_LPTIM_SetClockSource().

uint32_t Polarity

Specifies waveform polarity. This parameter can be a value of Output Polarity.

This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().

uint32_t Prescaler

Specifies the prescaler division ratio. This parameter can be a value of Prescaler Value.

This feature can be modified afterwards using using unitary function LL_LPTIM_SetPrescaler().

uint32_t Waveform

Specifies the waveform shape. This parameter can be a value of Output Waveform Type.

This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().