RR_PARITY
if (rr & (RR_FRAMING | RR_OVERRUN | RR_PARITY)) {
if ((rr & (RR_FRAMING | RR_OVERRUN | RR_PARITY)) != 0)
else if ((stat & RR_PARITY) != 0)