|
iPXE
|
UART operations. More...
#include <uart.h>
Data Fields | |
| void(* | transmit )(struct uart *uart, uint8_t byte) |
| Transmit byte. More... | |
| int(* | data_ready )(struct uart *uart) |
| Check if data is ready. More... | |
| uint8_t(* | receive )(struct uart *uart) |
| Receive byte. More... | |
| int(* | init )(struct uart *uart) |
| Initialise UART. More... | |
| void(* | flush )(struct uart *uart) |
| Flush transmitted data. More... | |
Check if data is ready.
| uart | UART |
| ready | Data is ready |
Definition at line 50 of file uart.h.
Referenced by __attribute__().
1.8.15