STM32F479xx 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 740 of file stm32f4xx_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 741 of file stm32f4xx_ll_tim.h.
#define LL_TIM_CLOCKSOURCE_INTERNAL 0x00000000U |
The timer is clocked by the internal clock provided from the RCC
Definition at line 739 of file stm32f4xx_ll_tim.h.