Search | Google it | Results 1 - 1 of 1 for fundef:UARTxLCR_H_WLEN (0.00 seconds) |
74: #define UARTxLCR_H_SPS (1 << 7) /* RW Stick parity selection */ 75: #define UARTxLCR_H_WLEN(n) (((n)-5) << 5) /* RW Word length (5~8bit) */ 76: #define UARTxLCR_H_FEN (1 << 4) /* RW Enable FIFO */