STM32F479xx HAL User Manual
|
Defines | |
#define | TIM_TRIGGERPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 |
#define | TIM_TRIGGERPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 |
#define | TIM_TRIGGERPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 |
#define | TIM_TRIGGERPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 |
No prescaler is used
Definition at line 937 of file stm32f4xx_hal_tim.h.
Prescaler for External ETR Trigger: Capture performed once every 2 events.
Definition at line 938 of file stm32f4xx_hal_tim.h.
Prescaler for External ETR Trigger: Capture performed once every 4 events.
Definition at line 939 of file stm32f4xx_hal_tim.h.
Prescaler for External ETR Trigger: Capture performed once every 8 events.
Definition at line 940 of file stm32f4xx_hal_tim.h.