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

Defines

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   0x00000000U
#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 285 of file stm32h7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_TRGFLT_1

Definition at line 286 of file stm32h7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_TRGFLT

Definition at line 287 of file stm32h7xx_hal_lptim.h.

#define LPTIM_TRIGSAMPLETIME_DIRECTTRANSITION   0x00000000U

Definition at line 284 of file stm32h7xx_hal_lptim.h.