STM32F439xx HAL User Manual
Defines
Update Source
TIM Exported Constants

Defines

#define LL_TIM_UPDATESOURCE_REGULAR   0x00000000U
#define LL_TIM_UPDATESOURCE_COUNTER   TIM_CR1_URS

Define Documentation

#define LL_TIM_UPDATESOURCE_COUNTER   TIM_CR1_URS

Only counter overflow/underflow generates an update request

Definition at line 519 of file stm32f4xx_ll_tim.h.

#define LL_TIM_UPDATESOURCE_REGULAR   0x00000000U

Counter overflow/underflow, Setting the UG bit or Update generation through the slave mode controller generates an update request

Definition at line 518 of file stm32f4xx_ll_tim.h.