STM32L443xx HAL User Manual
|
LPTIM Init structure definition. More...
#include <stm32l4xx_ll_lptim.h>
Data Fields | |
uint32_t | ClockSource |
uint32_t | Prescaler |
uint32_t | Waveform |
uint32_t | Polarity |
LPTIM Init structure definition.
Definition at line 64 of file stm32l4xx_ll_lptim.h.
uint32_t LL_LPTIM_InitTypeDef::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().
Definition at line 66 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().
uint32_t LL_LPTIM_InitTypeDef::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().
Definition at line 84 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().
uint32_t LL_LPTIM_InitTypeDef::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().
Definition at line 72 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().
uint32_t LL_LPTIM_InitTypeDef::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().
Definition at line 78 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().