iPXE
|
A 16550-compatible UART. More...
#include <uart.h>
Data Fields | |
void * | base |
I/O port base address. More... | |
uint16_t | divisor |
Baud rate divisor. More... | |
uint8_t | lcr |
Line control register. More... | |
void* uart::base |
I/O port base address.
Definition at line 82 of file uart.h.
Referenced by int21(), int22(), serial_getchar(), serial_iskey(), serial_putchar(), serial_shutdown(), uart_exists(), and uart_select().
uint16_t uart::divisor |
uint8_t uart::lcr |