|
STM32F103xB HAL User Manual
|
Defines | |
| #define | LL_TIM_ETR_PRESCALER_DIV1 0x00000000U |
| #define | LL_TIM_ETR_PRESCALER_DIV2 TIM_SMCR_ETPS_0 |
| #define | LL_TIM_ETR_PRESCALER_DIV4 TIM_SMCR_ETPS_1 |
| #define | LL_TIM_ETR_PRESCALER_DIV8 TIM_SMCR_ETPS |
| #define LL_TIM_ETR_PRESCALER_DIV1 0x00000000U |
ETR prescaler OFF
Definition at line 803 of file stm32f1xx_ll_tim.h.
| #define LL_TIM_ETR_PRESCALER_DIV2 TIM_SMCR_ETPS_0 |
ETR frequency is divided by 2
Definition at line 804 of file stm32f1xx_ll_tim.h.
| #define LL_TIM_ETR_PRESCALER_DIV4 TIM_SMCR_ETPS_1 |
ETR frequency is divided by 4
Definition at line 805 of file stm32f1xx_ll_tim.h.
| #define LL_TIM_ETR_PRESCALER_DIV8 TIM_SMCR_ETPS |
ETR frequency is divided by 8
Definition at line 806 of file stm32f1xx_ll_tim.h.
1.7.6.1