|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | TIM_AUTORELOAD_PRELOAD_DISABLE 0x00000000U |
| #define | TIM_AUTORELOAD_PRELOAD_ENABLE TIM_CR1_ARPE |
| #define TIM_AUTORELOAD_PRELOAD_DISABLE 0x00000000U |
TIMx_ARR register is not buffered
Definition at line 550 of file stm32f4xx_hal_tim.h.
Referenced by HAL_InitTick().
| #define TIM_AUTORELOAD_PRELOAD_ENABLE TIM_CR1_ARPE |
TIMx_ARR register is buffered
Definition at line 551 of file stm32f4xx_hal_tim.h.