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