|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 |
| #define | TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 |
| #define | TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 |
| #define | TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 |
| #define TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 |
No prescaler is used
Definition at line 780 of file stm32f4xx_hal_tim.h.
| #define TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 |
Prescaler for External ETR Clock: Capture performed once every 2 events.
Definition at line 781 of file stm32f4xx_hal_tim.h.
| #define TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 |
Prescaler for External ETR Clock: Capture performed once every 4 events.
Definition at line 782 of file stm32f4xx_hal_tim.h.
| #define TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 |
Prescaler for External ETR Clock: Capture performed once every 8 events.
Definition at line 783 of file stm32f4xx_hal_tim.h.