|
STM32F439xx HAL User Manual
|
Defines | |
| #define | TIM_CLOCKDIVISION_DIV1 0x00000000U |
| #define | TIM_CLOCKDIVISION_DIV2 (TIM_CR1_CKD_0) |
| #define | TIM_CLOCKDIVISION_DIV4 (TIM_CR1_CKD_1) |
| #define TIM_CLOCKDIVISION_DIV1 0x00000000U |
Definition at line 351 of file stm32f4xx_hal_tim.h.
| #define TIM_CLOCKDIVISION_DIV2 (TIM_CR1_CKD_0) |
Definition at line 352 of file stm32f4xx_hal_tim.h.
| #define TIM_CLOCKDIVISION_DIV4 (TIM_CR1_CKD_1) |
Definition at line 353 of file stm32f4xx_hal_tim.h.
1.7.6.1