STM32H735xx HAL User Manual
Defines
Operating Mode
LPTIM Exported Constants

Defines

#define LL_LPTIM_OPERATING_MODE_CONTINUOUS   LPTIM_CR_CNTSTRT
#define LL_LPTIM_OPERATING_MODE_ONESHOT   LPTIM_CR_SNGSTRT

Define Documentation

#define LL_LPTIM_OPERATING_MODE_CONTINUOUS   LPTIM_CR_CNTSTRT

LP Timer starts in continuous mode

Definition at line 134 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_OPERATING_MODE_ONESHOT   LPTIM_CR_SNGSTRT

LP Tilmer starts in single mode

Definition at line 135 of file stm32h7xx_ll_lptim.h.