Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/hio2demo/src/
Dsimple.c22 #define POS_COMM_X 32 macro
251 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp()
254 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp()
267 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, dispBuf); in myUpdateDisp()
271 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", dispBuf); in myUpdateDisp()
274 (void)DEMORFPrintf(POS_COMM_X, POS_MES_Y, 0, in myUpdateDisp()
313 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - simple done."); in myHIO2Exit()
Dmulti-main.c21 #define POS_COMM_X 32 macro
302 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - multi(%s)", in myDispInfo()
306 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, "%s", strBuffer); in myDispInfo()
310 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", strBuffer); in myDispInfo()
313 (void)DEMORFPrintf(POS_COMM_X, POS_CHAN_Y, 0, in myDispInfo()
319 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, "V=%ld", dwVCounter); in myDispInfo()
Ddual-main.c20 #define POS_COMM_X 32 macro
407 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - dual(%s)", in myDispInfo()
417 (void)DEMORFPrintf(POS_COMM_X, POS_RECV_Y, 0, in myDispInfo()
422 (void)DEMORFPrintf(POS_COMM_X, POS_SEND_Y, 0, in myDispInfo()
428 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, " V=%ld", dwVCounter); in myDispInfo()