Searched refs:MIDI_Int (Results 1 – 2 of 2) sorted by relevance
291 void MIDI_IntConfig(HT_MIDI_TypeDef* MIDIx, u32 MIDI_Int, ControlStatus NewState) in MIDI_IntConfig() argument295 Assert_Param(IS_MIDI_INT(MIDI_Int)); in MIDI_IntConfig()300 MIDIx->IER |= MIDI_Int; in MIDI_IntConfig()304 MIDIx->IER &= (u32)~MIDI_Int; in MIDI_IntConfig()
335 void MIDI_IntConfig(HT_MIDI_TypeDef* MIDIx, u32 MIDI_Int, ControlStatus NewState);
Completed in 8 milliseconds