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

Defines

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

#define LPTIM_CLOCKSAMPLETIME_4TRANSITIONS   LPTIM_CFGR_CKFLT_1

Definition at line 239 of file stm32h7xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_8TRANSITIONS   LPTIM_CFGR_CKFLT

Definition at line 240 of file stm32h7xx_hal_lptim.h.

#define LPTIM_CLOCKSAMPLETIME_DIRECTTRANSITION   0x00000000U

Definition at line 237 of file stm32h7xx_hal_lptim.h.