HAL + 0/2 examples
CodeScope will show references to LL_TIM_IC_POLARITY_RISING from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_IC_POLARITY_RISING macro

The circuit is sensitive to TIxFP1 rising edge, TIxFP1 is not inverted

Syntax

#define LL_TIM_IC_POLARITY_RISING 0x00000000U

Examples

LL_TIM_IC_POLARITY_RISING is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:728
#define LL_TIM_IC_POLARITY_RISING 0x00000000U /*!< The circuit is sensitive to TIxFP1 rising edge, TIxFP1 is not inverted */
stm32f4xx_ll_tim.c:418
TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING;
stm32f4xx_ll_tim.c:473
TIM_EncoderInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING;
stm32f4xx_ll_tim.c:477
TIM_EncoderInitStruct->IC2Polarity = LL_TIM_IC_POLARITY_RISING;
stm32f4xx_ll_tim.c:558
TIM_HallSensorInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING;