![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 |
No prescaler is used
Definition at line 606 of file stm32f7xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 |
Prescaler for External ETR pin: Capture performed once every 2 events.
Definition at line 607 of file stm32f7xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 |
Prescaler for External ETR pin: Capture performed once every 4 events.
Definition at line 608 of file stm32f7xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 |
Prescaler for External ETR pin: Capture performed once every 8 events.
Definition at line 609 of file stm32f7xx_hal_tim.h.