Searched refs:IS_MIDI_INT (Results 1 – 2 of 2) sorted by relevance
279 #define IS_MIDI_INT(x) (((x & 0xFFFFFFF8) == 0x0) && (x != 0)) macro
295 Assert_Param(IS_MIDI_INT(MIDI_Int)); in MIDI_IntConfig()
Completed in 7 milliseconds