Searched refs:DREQ_PWM_WRAP0 (Results 1 – 3 of 3) sorted by relevance
40 #define DREQ_PWM_WRAP0 24 macro91 DREQ_PWM_WRAP0 = 24, ///< Select PWM Counter 0's Wrap Value as DREQ enumerator
48 #define DREQ_PWM_WRAP0 32 macro114 DREQ_PWM_WRAP0 = 32, ///< Select PWM Counter 0's Wrap Value as DREQ enumerator
83 static_assert(DREQ_PWM_WRAP1 == DREQ_PWM_WRAP0 + 1, "");84 static_assert(DREQ_PWM_WRAP7 == DREQ_PWM_WRAP0 + 7, "");85 #define PWM_DREQ_NUM(slice_num) (DREQ_PWM_WRAP0 + (slice_num))