STM32L486xx HAL User Manual
Defines
LPTIM Clock Sample Time
LPTIM Exported Constants

Defines

#define LPTIM_CLOCKSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000)
#define LPTIM_CLOCKSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_CKFLT_0
#define LPTIM_CLOCKSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_CKFLT_1
#define LPTIM_CLOCKSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_CKFLT

Define Documentation

#define LPTIM_CLOCKSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_CKFLT_0

Definition at line 250 of file stm32l4xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_CKFLT_1

Definition at line 251 of file stm32l4xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_CKFLT

Definition at line 252 of file stm32l4xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000)

Definition at line 249 of file stm32l4xx_hal_lptim.h.