Searched refs:TIMER_OC_POLARITY_LOW (Results 1 – 6 of 6) sorted by relevance
34 #define ES_C_PWM_OC_POL_LOW TIMER_OC_POLARITY_LOW
93 TIMER_OC_POLARITY_LOW = 1U, /**< Output compare polarity is low */ enumerator817 ((x) == TIMER_OC_POLARITY_LOW))
95 TIMER_OC_POLARITY_LOW = 1U, /**< Output compare polarity is low */ enumerator877 ((x) == TIMER_OC_POLARITY_LOW))
457 #define TIMER_OC_POLARITY_LOW ((uint16_t)0x0002U) /*!< channel ou… macro
Completed in 621 milliseconds