Expand description
PL011 UART.
Functionsยง
- getchar
- Reads a byte from the console, or returns
None
if no input is available. - init_
early - Early stage initialization of the PL011 UART driver.
- irq_
handler - UART IRQ Handler
- putchar
- Writes a byte to the console.
- read_
bytes - Reads bytes from the console into the given mutable slice. Returns the number of bytes read.
- write_
bytes - Write a slice of bytes to the console.