|
STM32F103xB HAL User Manual
|
Defines | |
| #define | LL_TIM_CLOCKSOURCE_INTERNAL 0x00000000U |
| #define | LL_TIM_CLOCKSOURCE_EXT_MODE1 (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0) |
| #define | LL_TIM_CLOCKSOURCE_EXT_MODE2 TIM_SMCR_ECE |
| #define LL_TIM_CLOCKSOURCE_EXT_MODE1 (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0) |
Counter counts at each rising or falling edge on a selected input
Definition at line 733 of file stm32f1xx_ll_tim.h.
| #define LL_TIM_CLOCKSOURCE_EXT_MODE2 TIM_SMCR_ECE |
Counter counts at each rising or falling edge on the external trigger input ETR
Definition at line 734 of file stm32f1xx_ll_tim.h.
| #define LL_TIM_CLOCKSOURCE_INTERNAL 0x00000000U |
The timer is clocked by the internal clock provided from the RCC
Definition at line 732 of file stm32f1xx_ll_tim.h.
1.7.6.1