MPM_PE
case UART_PARITY_EVEN: mpm |= MPM_PE | MPM_EVEN; break;
case UART_PARITY_ODD: mpm |= MPM_PE; break;