Revision 276
implementing transmission with queues
uart.c | ||
---|---|---|
23 | 23 |
#define UART_DLM 1 |
24 | 24 |
|
25 | 25 |
/// LCR |
26 |
#define UART_BITS_PER_CHAR_POS 0 |
|
26 |
//#define UART_BITS_PER_CHAR_POS 0
|
|
27 | 27 |
#define UART_STOP_BITS_POS 2 |
28 | 28 |
#define UART_PARITY_POS 3 |
29 | 29 |
#define UART_BREAK_CONTROL_POS 6 |
Also available in: Unified diff