|
STM32L443xx 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 848 of file stm32l4xx_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 849 of file stm32l4xx_ll_tim.h.
| #define LL_TIM_CLOCKSOURCE_INTERNAL 0x00000000U |
The timer is clocked by the internal clock provided from the RCC
Definition at line 847 of file stm32l4xx_ll_tim.h.
1.7.6.1