|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_LPTIM_UPDATE_MODE_IMMEDIATE 0x00000000U |
| #define | LL_LPTIM_UPDATE_MODE_ENDOFPERIOD LPTIM_CFGR_PRELOAD |
| #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 152 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 151 of file stm32l4xx_ll_lptim.h.
1.7.6.1