STM32F439xx HAL User Manual
Defines
External Trigger Prescaler
TIM Exported Constants

Defines

#define LL_TIM_ETR_PRESCALER_DIV1   0x00000000U
#define LL_TIM_ETR_PRESCALER_DIV2   TIM_SMCR_ETPS_0
#define LL_TIM_ETR_PRESCALER_DIV4   TIM_SMCR_ETPS_1
#define LL_TIM_ETR_PRESCALER_DIV8   TIM_SMCR_ETPS

Define Documentation

#define LL_TIM_ETR_PRESCALER_DIV1   0x00000000U

ETR prescaler OFF

Definition at line 780 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ETR_PRESCALER_DIV2   TIM_SMCR_ETPS_0

ETR frequency is divided by 2

Definition at line 781 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ETR_PRESCALER_DIV4   TIM_SMCR_ETPS_1

ETR frequency is divided by 4

Definition at line 782 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ETR_PRESCALER_DIV8   TIM_SMCR_ETPS

ETR frequency is divided by 8

Definition at line 783 of file stm32f4xx_ll_tim.h.