|
STM32F103xB 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 543 of file stm32f1xx_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 542 of file stm32f1xx_ll_tim.h.
1.7.6.1