STM32F439xx HAL User Manual
Defines
Clock Source
TIM Exported Constants

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 Documentation

#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 inpu t

Definition at line 710 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 711 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 709 of file stm32f4xx_ll_tim.h.