STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_IC_POLARITY_RISING 0x00000000U |
#define | LL_TIM_IC_POLARITY_FALLING TIM_CCER_CC1P |
#define LL_TIM_IC_POLARITY_FALLING TIM_CCER_CC1P |
The circuit is sensitive to TIxFP1 falling edge, TIxFP1 is inverted
Definition at line 724 of file stm32f1xx_ll_tim.h.
#define LL_TIM_IC_POLARITY_RISING 0x00000000U |
The circuit is sensitive to TIxFP1 rising edge, TIxFP1 is not inverted
Definition at line 723 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_StructInit(), LL_TIM_HALLSENSOR_StructInit(), and LL_TIM_IC_StructInit().