Lines Matching refs:interrupt
189 #define XMC_CCU8_SLICE_CHECK_INTERRUPT(interrupt) \ argument
190 ((interrupt == XMC_CCU8_SLICE_IRQ_ID_PERIOD_MATCH) || \
191 (interrupt == XMC_CCU8_SLICE_IRQ_ID_ONE_MATCH) || \
192 (interrupt == XMC_CCU8_SLICE_IRQ_ID_COMPARE_MATCH_UP_CH_1) || \
193 (interrupt == XMC_CCU8_SLICE_IRQ_ID_COMPARE_MATCH_DOWN_CH_1)|| \
194 (interrupt == XMC_CCU8_SLICE_IRQ_ID_COMPARE_MATCH_UP_CH_2) || \
195 (interrupt == XMC_CCU8_SLICE_IRQ_ID_COMPARE_MATCH_DOWN_CH_2)|| \
196 (interrupt == XMC_CCU8_SLICE_IRQ_ID_EVENT0) || \
197 (interrupt == XMC_CCU8_SLICE_IRQ_ID_EVENT1) || \
198 (interrupt == XMC_CCU8_SLICE_IRQ_ID_EVENT2) || \
199 (interrupt == XMC_CCU8_SLICE_IRQ_ID_TRAP))