FTDI_LSR_STATUS_PE
lsr &= ~(uint8_t)(FTDI_LSR_STATUS_PE | FTDI_LSR_STATUS_FE);
((lsr & FTDI_LSR_STATUS_PE) ? DS_PARITY_ERR : 0) |