STM32L486xx HAL User Manual
Defines
TIM Clock Division
TIM Exported Constants

Defines

#define TIM_CLOCKDIVISION_DIV1   0x00000000U
#define TIM_CLOCKDIVISION_DIV2   TIM_CR1_CKD_0
#define TIM_CLOCKDIVISION_DIV4   TIM_CR1_CKD_1

Define Documentation

#define TIM_CLOCKDIVISION_DIV1   0x00000000U

Clock division: tDTS=tCK_INT

Definition at line 527 of file stm32l4xx_hal_tim.h.

#define TIM_CLOCKDIVISION_DIV2   TIM_CR1_CKD_0

Clock division: tDTS=2*tCK_INT

Definition at line 528 of file stm32l4xx_hal_tim.h.

#define TIM_CLOCKDIVISION_DIV4   TIM_CR1_CKD_1

Clock division: tDTS=4*tCK_INT

Definition at line 529 of file stm32l4xx_hal_tim.h.