Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/hio2demo/vc++/simple/
Dsimple.cpp131 sendPossible = !(status & HIO2_STATUS_TX); in _tmain()
/RvlSDK-3.1/include/revolution/
Dhio2.h45 #define HIO2_STATUS_TX 0x00000001 macro
/RvlSDK-3.1/build/demos/hio2demo/src/
Dsimple.c170 if ( status & HIO2_STATUS_TX ) in main()