Searched refs:SERIAL_ERROR_BREAK (Results 1 – 3 of 3) sorted by relevance
398 #define SERIAL_ERROR_BREAK 0x00000001 macro
252 pSerialStatus->Errors |= SERIAL_ERROR_BREAK; in SerialGetCommStatus()
675 if (ss.Errors & SERIAL_ERROR_BREAK) *errors |= CE_BREAK; in ClearCommError()