Home
last modified time | relevance | path

Searched refs:LL_TIM_CLOCKDIVISION_DIV1 (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c70 #define IS_LL_TIM_CLOCKDIVISION(__VALUE__) (((__VALUE__) == LL_TIM_CLOCKDIVISION_DIV1) \
287 TIM_InitStruct->ClockDivision = LL_TIM_CLOCKDIVISION_DIV1; in LL_TIM_StructInit()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_tim.h180 (((__CKD__) == LL_TIM_CLOCKDIVISION_DIV1) ? ((uint64_t)1000000000000U/(__TIMCLK__)) : \
545 #define LL_TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< tDTS=tCK_INT */ macro

Completed in 14 milliseconds