Home
last modified time | relevance | path

Searched refs:HIO2ReadAsyncType (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h50 HIO2ReadAsyncType m_fncReadAsync;
/RvlSDK-3.3/include/revolution/
Dhio2.h174 typedef BOOL (*HIO2ReadAsyncType) ( HIO2Handle h, u32 addr, void* buffer, s32 size, HIO2DmaCallbac… typedef
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp42 m_fncReadAsync = (HIO2ReadAsyncType)GetProcAddress(m_hDll, HIO2ReadAsyncStr); in Create()