14 class Uart_omap35x :
public Uart
17 explicit Uart_omap35x() {}
18 explicit Uart_omap35x(
unsigned ) {}
19 bool startup(Io_register_block
const *)
override;
20 void shutdown()
override;
21 bool change_mode(Transfer_mode m, Baud_rate r)
override;
22 bool enable_rx_irq(
bool)
override;
23 int get_char(
bool blocking =
true)
const override;
24 int char_avail()
const override;
26 void wait_tx_done()
const;
27 inline void out_char(
char c)
const;
28 int write(
char const *s,
unsigned long count,
29 bool blocking =
true)
const override;
L4 low-level kernel interface.