Searched refs:IS_MIDI_FLAG_CLEAR (Results 1 – 2 of 2) sorted by relevance
281 #define IS_MIDI_FLAG_CLEAR(x) (((x & 0xFFFFFFFE) == 0) && (x != 0)) macro
351 Assert_Param(IS_MIDI_FLAG_CLEAR(MIDI_Flag)); in MIDI_ClearFlag()
Completed in 7 milliseconds