STM32L486xx HAL User Manual
Defines
TIM ETR Prescaler
TIM Exported Constants

Defines

#define TIM_ETRPRESCALER_DIV1   0x00000000U
#define TIM_ETRPRESCALER_DIV2   TIM_SMCR_ETPS_0
#define TIM_ETRPRESCALER_DIV4   TIM_SMCR_ETPS_1
#define TIM_ETRPRESCALER_DIV8   TIM_SMCR_ETPS

Define Documentation

#define TIM_ETRPRESCALER_DIV1   0x00000000U

No prescaler is used

Definition at line 504 of file stm32l4xx_hal_tim.h.

#define TIM_ETRPRESCALER_DIV2   TIM_SMCR_ETPS_0

ETR input source is divided by 2

Definition at line 505 of file stm32l4xx_hal_tim.h.

#define TIM_ETRPRESCALER_DIV4   TIM_SMCR_ETPS_1

ETR input source is divided by 4

Definition at line 506 of file stm32l4xx_hal_tim.h.

#define TIM_ETRPRESCALER_DIV8   TIM_SMCR_ETPS

ETR input source is divided by 8

Definition at line 507 of file stm32l4xx_hal_tim.h.