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