Searched refs:cmd (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.3/build/demos/mididemo/src/ |
| D | main.c | 129 u8 cmd[3] = {0x00, 0x00, 0x00}; in midiThread() local 130 if(front(cmd)) in midiThread() 139 if(isSupportedCommand(cmd)) in midiThread() 141 input(cmd); in midiThread()
|
| D | midiqueue.c | 404 BOOL isSupportedCommand(const u8 cmd[3]) in isSupportedCommand() 406 if(isSupportedMidiMessage(cmd[0])) in isSupportedCommand() 408 if(!isControlChangeMessage(cmd[0])) in isSupportedCommand() 414 if(isSupportedMidiControl(cmd[1])) in isSupportedCommand()
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | memory.c | 68 static void memory( s32 chan, u32 cmd, void *p_buf, u16 len ); 210 static void memory( s32 chan, u32 cmd, void *p_buf, u16 len ) in memory() argument 218 switch(cmd) in memory() 228 OSReport("chan[%d] %s : %d\n", chan, funcName[cmd], result); in memory()
|
| D | mplus.c | 155 u8 cmd = 0xff; in main() local 167 if (trig & WPAD_BUTTON_A ) { cmd = CMD_MPLS_STD; } in main() 168 if (trig & WPAD_BUTTON_B ) { cmd = CMD_MPLS_OFF; } in main() 169 if (trig & WPAD_BUTTON_1 ) { cmd = CMD_MPLS_FS; } in main() 170 if (trig & WPAD_BUTTON_2 ) { cmd = CMD_MPLS_CL; } in main() 171 if (trig & WPAD_BUTTON_HOME) { cmd = CMD_MPLS_HW_RST; } in main() 178 cmd = CMD_MPLS_SW_RST; in main() 184 if (cmd == 0xff) in main() 190 switch(cmd) in main() 200 if (cmd != CMD_MPLS_SW_RST) in main() [all …]
|
| /RvlSDK-3.3/build/demos/hio2demo/HioIf/include/ |
| D | Hio2If.h | 175 #define HIO2IF_SET_PACKET(data, cmd) ((u32)(((data) << 8) | (cmd))) argument
|
| /RvlSDK-3.3/build/demos/mididemo/include/ |
| D | midiqueue.h | 32 BOOL isSupportedCommand(const u8 cmd[3]);
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2IfHost.cpp | 89 int id, cmd; in hio2Callback() local 97 cmd = HIO2IF_GET_PACKET_CMD(mail); in hio2Callback() 99 switch ( cmd ) in hio2Callback() 110 l_pHio2If->SetOpenMode(id, l_nOpenMode[cmd -1]); in hio2Callback()
|