|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_TIM_CLOCKDIVISION_DIV1 0x00000000U |
| #define | LL_TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0 |
| #define | LL_TIM_CLOCKDIVISION_DIV4 TIM_CR1_CKD_1 |
| #define LL_TIM_CLOCKDIVISION_DIV1 0x00000000U |
| #define LL_TIM_CLOCKDIVISION_DIV2 TIM_CR1_CKD_0 |
tDTS=2*tCK_INT
Definition at line 579 of file stm32f4xx_ll_tim.h.
| #define LL_TIM_CLOCKDIVISION_DIV4 TIM_CR1_CKD_1 |
tDTS=4*tCK_INT
Definition at line 580 of file stm32f4xx_ll_tim.h.
1.7.6.1