Searched refs:END_ADDR (Results 1 – 3 of 3) sorted by relevance
209 MIDIx->END_ADDR = MIDI_InitStruct->MIDI_ENDADDR; in MIDI_Init()473 void MIDI_ENDADDR(HT_MIDI_TypeDef* MIDIx, u32 END_ADDR) in MIDI_ENDADDR() argument477 Assert_Param(IS_MIDI_ENDADDR(END_ADDR)); in MIDI_ENDADDR()479 MIDIx->END_ADDR = END_ADDR; in MIDI_ENDADDR()
350 void MIDI_ENDADDR(HT_MIDI_TypeDef* MIDIx, u32 END_ADDR);
1662 …__IO uint32_t END_ADDR; /*!< 0x014 MIDI End Address … member
Completed in 21 milliseconds