Project

General

Profile

Revision 241

implementing uart

View differences:

uart.h
12 12
    uint8_t stop_bits;
13 13
    uint8_t parity;
14 14
    uint8_t break_control;
15
    uint8_t dlab;
15 16
    uint16_t divisor_latch;
16 17
} uart_config;
17 18

  

Also available in: Unified diff