STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for TIM Clock Division:

Macros

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

Detailed Description

Macro Definition Documentation

◆ TIM_CLOCKDIVISION_DIV1

#define TIM_CLOCKDIVISION_DIV1   0x00000000U

Clock division: tDTS=tCK_INT

Definition at line 531 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKDIVISION_DIV2

#define TIM_CLOCKDIVISION_DIV2   TIM_CR1_CKD_0

Clock division: tDTS=2*tCK_INT

Definition at line 532 of file stm32f4xx_hal_tim.h.

◆ TIM_CLOCKDIVISION_DIV4

#define TIM_CLOCKDIVISION_DIV4   TIM_CR1_CKD_1

Clock division: tDTS=4*tCK_INT

Definition at line 533 of file stm32f4xx_hal_tim.h.