gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:UARTxLCR_H_WLEN (0.00 seconds)
mtkernel_3
device/ser/sysdepend/tx03_m367/ser_m367.h - 6.3KB - 127 lines
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 */