|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_TIM_ETR_POLARITY_NONINVERTED 0x00000000U |
| #define | LL_TIM_ETR_POLARITY_INVERTED TIM_SMCR_ETP |
| #define LL_TIM_ETR_POLARITY_INVERTED TIM_SMCR_ETP |
ETR is inverted, active at low level or falling edge
Definition at line 802 of file stm32f4xx_ll_tim.h.
| #define LL_TIM_ETR_POLARITY_NONINVERTED 0x00000000U |
ETR is non-inverted, active at high level or rising edge
Definition at line 801 of file stm32f4xx_ll_tim.h.
1.7.6.1