STM32L443xx HAL User Manual
|
LPTIM Clock configuration definition. More...
#include <stm32l4xx_hal_lptim.h>
Data Fields | |
uint32_t | Polarity |
uint32_t | SampleTime |
LPTIM Clock configuration definition.
Definition at line 63 of file stm32l4xx_hal_lptim.h.
Selects the polarity of the active edge for the counter unit if the ULPTIM input is selected. Note: This parameter is used only when Ultra low power clock source is used. Note: If the polarity is configured on 'both edges', an auxiliary clock (one of the Low power oscillator) must be active. This parameter can be a value of LPTIM Clock Polarity
Definition at line 65 of file stm32l4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().
Selects the clock sampling time to configure the clock glitch filter. Note: This parameter is used only when Ultra low power clock source is used. This parameter can be a value of LPTIM Clock Sample Time
Definition at line 72 of file stm32l4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().