HAL + 0/1 examples
SourceVu will show references to LL_LPTIM_InitTypeDef from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Specifies the source of the clock used by the LPTIM instance. This parameter can be a value of LPTIM_LL_EC_CLK_SOURCE. This feature can be modified afterwards using unitary function LL_LPTIM_SetClockSource().
uint32_t
Specifies the prescaler division ratio. This parameter can be a value of LPTIM_LL_EC_PRESCALER. This feature can be modified afterwards using using unitary function LL_LPTIM_SetPrescaler().
uint32_t
Specifies the waveform shape. This parameter can be a value of LPTIM_LL_EC_OUTPUT_WAVEFORM. This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().
uint32_t
Specifies waveform polarity. This parameter can be a value of LPTIM_LL_EC_OUTPUT_POLARITY. This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().

References

from examples