STM32F479xx HAL User Manual
|
Defines | |
#define | LL_TIM_UPDATESOURCE_REGULAR 0x00000000U |
#define | LL_TIM_UPDATESOURCE_COUNTER TIM_CR1_URS |
#define LL_TIM_UPDATESOURCE_COUNTER TIM_CR1_URS |
Only counter overflow/underflow generates an update request
Definition at line 549 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 548 of file stm32f4xx_ll_tim.h.