STM32L486xx HAL User Manual
Defines
TIM Auto-Reload Preload
TIM Exported Constants

Defines

#define TIM_AUTORELOAD_PRELOAD_DISABLE   0x00000000U
#define TIM_AUTORELOAD_PRELOAD_ENABLE   TIM_CR1_ARPE

Define Documentation

#define TIM_AUTORELOAD_PRELOAD_DISABLE   0x00000000U

TIMx_ARR register is not buffered

Definition at line 546 of file stm32l4xx_hal_tim.h.

#define TIM_AUTORELOAD_PRELOAD_ENABLE   TIM_CR1_ARPE

TIMx_ARR register is buffered

Definition at line 547 of file stm32l4xx_hal_tim.h.