Searched refs:mail (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-3.2.2/include/revolution/ |
| D | hio2.h | 149 HIO2API BOOL HIO2ReadMailbox ( HIO2Handle h, u32* mail ); 150 HIO2API BOOL HIO2WriteMailbox ( HIO2Handle h, u32 mail ); 170 typedef BOOL (*HIO2ReadMailboxType) ( HIO2Handle h, u32* mail ); 171 typedef BOOL (*HIO2WriteMailboxType) ( HIO2Handle h, u32 mail );
|
| D | dsp.h | 180 void DSPSendMailToDSP (u32 mail);
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2DllIf.cpp | 109 BOOL CHio2DllIf::ReadMailbox( HIO2Handle h, u32* mail ) in ReadMailbox() argument 112 return m_fncReadMailbox(h, mail); in ReadMailbox() 116 BOOL CHio2DllIf::WriteMailbox( HIO2Handle h, u32 mail ) in WriteMailbox() argument 119 return m_fncWriteMailbox(h, mail); in WriteMailbox()
|
| D | Hio2IfHost.cpp | 90 u32 mail = 0; in hio2Callback() local 95 l_pHio2If->GetDllIf().ReadMailbox(h, &mail); in hio2Callback() 97 cmd = HIO2IF_GET_PACKET_CMD(mail); in hio2Callback() 111 l_pHio2If->SetDeviceType(id, (HIO2DeviceType)HIO2IF_GET_PACKET_CHAN(mail)); in hio2Callback()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 72 u32 mail; in __ReceiveCallback() local 76 if ( !l_cHio2Dll.ReadMailbox(h, &mail) ) in __ReceiveCallback() 81 switch ( mail ) in __ReceiveCallback()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/ |
| D | Hio2DllIf.h | 31 BOOL ReadMailbox ( HIO2Handle h, u32* mail ); 32 BOOL WriteMailbox ( HIO2Handle h, u32 mail );
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | simple.c | 99 u32 mail; in myReceiveCallback() local 101 if ( !HIO2ReadMailbox(h, &mail) ) myHalt(SIMPLE_ERR_HIO2_READ_MAILBOX); in myReceiveCallback() 103 switch ( mail ) in myReceiveCallback()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/HioIf/src/ |
| D | Hio2If.c | 116 u32 mail = 0; in hio2ReceiveCallback() local 118 (void)HIO2ReadMailbox(h, &mail); in hio2ReceiveCallback() 121 switch ( HIO2IF_GET_PACKET_CMD(mail) ) in hio2ReceiveCallback() 124 hio2Status[id].nPc = HIO2IF_GET_PACKET_CHAN(mail); in hio2ReceiveCallback()
|