Searched refs:u8SendByte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp74 uint8_t volatile u8SendByte; member in struct:DRVCHAR
118 pThis->u8SendByte = pbBuffer[i];
165 uint8_t ch = pThis->u8SendByte;
H A DDrvHostSerial.cpp137 uint8_t volatile u8SendByte; member in struct:DRVHOSTSERIAL
187 pThis->u8SendByte = pbBuffer[i];
485 uint8_t ch = pThis->u8SendByte;

Completed in 80 milliseconds