STM32L486xx HAL User Manual
Defines
TIM Clock Prescaler
TIM Exported Constants

Defines

#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 Documentation

No prescaler is used

Definition at line 766 of file stm32l4xx_hal_tim.h.

Prescaler for External ETR Clock: Capture performed once every 2 events.

Definition at line 767 of file stm32l4xx_hal_tim.h.

Prescaler for External ETR Clock: Capture performed once every 4 events.

Definition at line 768 of file stm32l4xx_hal_tim.h.

Prescaler for External ETR Clock: Capture performed once every 8 events.

Definition at line 769 of file stm32l4xx_hal_tim.h.