Searched refs:MIDI_InitStruct (Results 1 – 2 of 2) sorted by relevance
225 MIDI_InitStruct->MIDI_CTRL_DACDS = 0x0; in MIDI_StructInit()234 MIDI_InitStruct->MIDI_CTRL_CHS = CHS16; in MIDI_StructInit()237 MIDI_InitStruct->MIDI_FREQ_BL = BL0; in MIDI_StructInit()240 MIDI_InitStruct->MIDI_FREQ_FR = 0x0; in MIDI_StructInit()246 MIDI_InitStruct->MIDI_VOL_ENV = ENV_NO; in MIDI_StructInit()249 MIDI_InitStruct->MIDI_VOL_VL = 0x3FF; in MIDI_StructInit()252 MIDI_InitStruct->MIDI_VOL_VR = 0x3FF; in MIDI_StructInit()255 MIDI_InitStruct->MIDI_STADDR = 0x0; in MIDI_StructInit()258 MIDI_InitStruct->MIDI_RENUM_WBS = WBS8; in MIDI_StructInit()261 MIDI_InitStruct->MIDI_RENUM_RE = 0x0; in MIDI_StructInit()[all …]
333 void MIDI_Init(HT_MIDI_TypeDef* MIDIx, MIDI_InitTypeDef* MIDI_InitStruct);334 void MIDI_StructInit(MIDI_InitTypeDef* MIDI_InitStruct);
Completed in 7 milliseconds