HAL + 0/1 examples
CodeScope will show references to LL_TIM_CLOCKDIVISION_DIV1 from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_CLOCKDIVISION_DIV1 macro

tDTS=tCK_INT

Syntax

#define LL_TIM_CLOCKDIVISION_DIV1 0x00000000U

Examples

LL_TIM_CLOCKDIVISION_DIV1 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:577
#define LL_TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< tDTS=tCK_INT */
stm32f4xx_ll_tim.c:291
TIM_InitStruct->ClockDivision = LL_TIM_CLOCKDIVISION_DIV1;
stm32f4xx_ll_tim.h:165
(((__CKD__) == LL_TIM_CLOCKDIVISION_DIV1) ? ((uint64_t)1000000000000U/(__TIMCLK__)) : \