STM32H735xx HAL User Manual
Defines
Update Mode
LPTIM Exported Constants

Defines

#define LL_LPTIM_UPDATE_MODE_IMMEDIATE   0x00000000U
#define LL_LPTIM_UPDATE_MODE_ENDOFPERIOD   LPTIM_CFGR_PRELOAD

Define Documentation

#define LL_LPTIM_UPDATE_MODE_ENDOFPERIOD   LPTIM_CFGR_PRELOAD

preload is enabled: registers are updated at the end of the current LPTIM period

Definition at line 144 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_UPDATE_MODE_IMMEDIATE   0x00000000U

Preload is disabled: registers are updated after each APB bus write access

Definition at line 143 of file stm32h7xx_ll_lptim.h.