Lines Matching refs:DEMORFPrintf
190 (void)DEMORFPrintf(POS_STAT_X, POS_RECV_STAT_Y, 0, "R:%04X", recvStat); in main()
191 (void)DEMORFPrintf(POS_STAT_X, POS_SEND_STAT_Y, 0, "S:%04X", sendStat); in main()
407 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - dual(%s)", in myDispInfo()
410 (void)DEMORFPrintf(POS_COL_X, POS_R_Y, 0, " R:%02X(%03d)", in myDispInfo()
412 (void)DEMORFPrintf(POS_COL_X, POS_G_Y, 0, " G:%02X(%03d)", in myDispInfo()
414 (void)DEMORFPrintf(POS_COL_X, POS_B_Y, 0, " B:%02X(%03d)", 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()
431 (void)DEMORFPrintf(POS_CONNECT_X, POS_CONNECT_Y, 0, in myDispInfo()
436 (void)DEMORFPrintf(POS_SYNC_X, POS_SYNC_Y, 0, hioAsync ? "ASYNC" : "SYNC"); in myDispInfo()