Searched refs:ucDisplayByte (Results 1 – 1 of 1) sorted by relevance
2585 unsigned char ucDisplayByte = 0x00; in ispVMRead() local2670 ucDisplayByte <<= 1; in ispVMRead()2671 ucDisplayByte |= cCurBit; in ispVMRead()2739 g_pucOutData[usBufferIndex - 1] = ucDisplayByte; in ispVMRead()2740 ucDisplayByte = 0; in ispVMRead()2766 if (ucDisplayByte & 0x01) { in ispVMRead()2769 ucDisplayByte >>= 1; in ispVMRead()2772 ucDisplayByte = 0; in ispVMRead()
Completed in 7 milliseconds