STM32L486xx 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 156 of file stm32l4xx_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 155 of file stm32l4xx_ll_lptim.h.