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