Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h51 HIO2WriteAsyncType m_fncWriteAsync;
/RvlSDK-3.3/include/revolution/
Dhio2.h175 typedef BOOL (*HIO2WriteAsyncType) ( HIO2Handle h, u32 addr, const void* buffer, s32 size, HIO2Dma… typedef
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp43 m_fncWriteAsync = (HIO2WriteAsyncType)GetProcAddress(m_hDll, HIO2WriteAsyncStr); in Create()