![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | TIM_ETRPRESCALER_DIV1 ((uint32_t)0x0000U) |
#define | TIM_ETRPRESCALER_DIV2 (TIM_SMCR_ETPS_0) |
#define | TIM_ETRPRESCALER_DIV4 (TIM_SMCR_ETPS_1) |
#define | TIM_ETRPRESCALER_DIV8 (TIM_SMCR_ETPS) |
#define TIM_ETRPRESCALER_DIV1 ((uint32_t)0x0000U) |
No prescaler is used
Definition at line 330 of file stm32f7xx_hal_tim.h.
#define TIM_ETRPRESCALER_DIV2 (TIM_SMCR_ETPS_0) |
ETR input source is divided by 2
Definition at line 331 of file stm32f7xx_hal_tim.h.
#define TIM_ETRPRESCALER_DIV4 (TIM_SMCR_ETPS_1) |
ETR input source is divided by 4
Definition at line 332 of file stm32f7xx_hal_tim.h.
#define TIM_ETRPRESCALER_DIV8 (TIM_SMCR_ETPS) |
ETR input source is divided by 8
Definition at line 333 of file stm32f7xx_hal_tim.h.