Searched refs:TM_CHP_INVERTED (Results 1 – 6 of 6) sorted by relevance
76 …TM_CHP_INVERTED /*!< TM channel polarity is active low or falling edge … enumerator
388 #define IS_TM_CHP(x) ((x == TM_CHP_NONINVERTED) || (x == TM_CHP_INVERTED))
82 …TM_CHP_INVERTED /*!< TM channel polarity is active low or falling edge … enumerator
597 #define IS_TM_CHP(x) ((x == TM_CHP_NONINVERTED) || (x == TM_CHP_INVERTED))
327 OppositePol = TM_CHP_INVERTED; in TM_PwmInputInit()
385 OppositePol = TM_CHP_INVERTED; in TM_PwmInputInit()
Completed in 18 milliseconds