HAL
LL_TIM_CLOCKDIVISION_DIV2 is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_CLOCKDIVISION_DIV2 macro

tDTS=2*tCK_INT

Syntax

#define LL_TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0

References

LocationText
stm32f4xx_ll_tim.h:578
#define LL_TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0 /*!< tDTS=2*tCK_INT */
stm32f4xx_ll_tim.h:166
((__CKD__) == LL_TIM_CLOCKDIVISION_DIV2) ? ((uint64_t)1000000000000U/((__TIMCLK__) >> 1U)) : \