STM32H735xx 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   TIM_TS_ITR0
#define TIM_CLOCKSOURCE_ITR1   TIM_TS_ITR1
#define TIM_CLOCKSOURCE_ITR2   TIM_TS_ITR2
#define TIM_CLOCKSOURCE_ITR3   TIM_TS_ITR3
#define TIM_CLOCKSOURCE_TI1ED   TIM_TS_TI1F_ED
#define TIM_CLOCKSOURCE_TI1   TIM_TS_TI1FP1
#define TIM_CLOCKSOURCE_TI2   TIM_TS_TI2FP2
#define TIM_CLOCKSOURCE_ETRMODE1   TIM_TS_ETRF
#define TIM_CLOCKSOURCE_ITR4   TIM_TS_ITR4
#define TIM_CLOCKSOURCE_ITR5   TIM_TS_ITR5
#define TIM_CLOCKSOURCE_ITR6   TIM_TS_ITR6
#define TIM_CLOCKSOURCE_ITR7   TIM_TS_ITR7
#define TIM_CLOCKSOURCE_ITR8   TIM_TS_ITR8

Define Documentation

External clock source mode 1 (ETRF)

Definition at line 797 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_ETRMODE2   TIM_SMCR_ETPS_1

External clock source mode 2

Definition at line 788 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

#define TIM_CLOCKSOURCE_INTERNAL   TIM_SMCR_ETPS_0

Internal clock source

Definition at line 789 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR0)

Definition at line 790 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR1)

Definition at line 791 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR2)

Definition at line 792 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR3)

Definition at line 793 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR4)

Definition at line 798 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR5)

Definition at line 799 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR6)

Definition at line 800 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR7)

Definition at line 801 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (ITR8)

Definition at line 802 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (TTI1FP1)

Definition at line 795 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (TTI1FP1 + edge detect.)

Definition at line 794 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

External clock source mode 1 (TTI2FP2)

Definition at line 796 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().