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

Defines

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000)
#define LPTIM_TRIGSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_TRGFLT_0
#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1
#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT

Define Documentation

#define LPTIM_TRIGSAMPLETIME_2TRANSITIONS   LPTIM_CFGR_TRGFLT_0

Definition at line 297 of file stm32l4xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1

Definition at line 298 of file stm32l4xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT

Definition at line 299 of file stm32l4xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   ((uint32_t)0x00000000)

Definition at line 296 of file stm32l4xx_hal_lptim.h.