STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_CLOCKSOURCE_ETRMODE2   (TIM_SMCR_ETPS_1)
 
#define TIM_CLOCKSOURCE_INTERNAL   (TIM_SMCR_ETPS_0)
 
#define TIM_CLOCKSOURCE_ITR0   ((uint32_t)0x0000U)
 
#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)
 

Detailed Description

Macro Definition Documentation

#define TIM_CLOCKSOURCE_ETRMODE1   (TIM_SMCR_TS)

Definition at line 566 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_ETRMODE2   (TIM_SMCR_ETPS_1)

Definition at line 557 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_INTERNAL   (TIM_SMCR_ETPS_0)

Definition at line 558 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_ITR0   ((uint32_t)0x0000U)

Definition at line 559 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_ITR1   (TIM_SMCR_TS_0)

Definition at line 560 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_ITR2   (TIM_SMCR_TS_1)

Definition at line 561 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_ITR3   (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)

Definition at line 562 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_TI1   (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)

Definition at line 564 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_TI1ED   (TIM_SMCR_TS_2)

Definition at line 563 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKSOURCE_TI2   (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)

Definition at line 565 of file stm32f7xx_hal_tim.h.