STM32F439xx HAL User Manual
Defines
TIM Clock Source
TIM Exported Constants

Defines

#define TIM_CLOCKSOURCE_ETRMODE2   (TIM_SMCR_ETPS_1)
#define TIM_CLOCKSOURCE_INTERNAL   (TIM_SMCR_ETPS_0)
#define TIM_CLOCKSOURCE_ITR0   0x00000000U
#define TIM_CLOCKSOURCE_ITR1   (TIM_SMCR_TS_0)
#define TIM_CLOCKSOURCE_ITR2   (TIM_SMCR_TS_1)
#define TIM_CLOCKSOURCE_ITR3   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)
#define TIM_CLOCKSOURCE_TI1ED   (TIM_SMCR_TS_2)
#define TIM_CLOCKSOURCE_TI1   (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)
#define TIM_CLOCKSOURCE_TI2   (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)
#define TIM_CLOCKSOURCE_ETRMODE1   (TIM_SMCR_TS)

Define Documentation

#define TIM_CLOCKSOURCE_ETRMODE1   (TIM_SMCR_TS)

Definition at line 571 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ETRMODE2   (TIM_SMCR_ETPS_1)

Definition at line 562 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_INTERNAL   (TIM_SMCR_ETPS_0)

Definition at line 563 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ITR0   0x00000000U

Definition at line 564 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ITR1   (TIM_SMCR_TS_0)

Definition at line 565 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ITR2   (TIM_SMCR_TS_1)

Definition at line 566 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ITR3   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)

Definition at line 567 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_TI1   (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)

Definition at line 569 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_TI1ED   (TIM_SMCR_TS_2)

Definition at line 568 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_TI2   (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)

Definition at line 570 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().