HAL
TIM_ENCODERINPUTPOLARITY_RISING is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_ENCODERINPUTPOLARITY_RISING

TIM_ENCODERINPUTPOLARITY_RISING macro

Encoder input with rising edge polarity

Syntax

#define TIM_ENCODERINPUTPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING

References

LocationText
stm32f4xx_hal_tim.h:623
#define TIM_ENCODERINPUTPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING /*!< Encoder input with rising edge polarity */
stm32f4xx_hal_tim.h:1622
#define IS_TIM_ENCODERINPUT_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ENCODERINPUTPOLARITY_RISING) || \