struct AcpiDebugPortDescriptor
Defined at line 20 of file ../../zircon/kernel/lib/acpi_lite/include/lib/acpi_lite/debug_port.h
Describes a dedicated system debug port suitable for low-level
debugging and diagnostics.
Currently, we only support a 16550-compatible UART using MMIO or PIO.
Public Members
Type type
zx_paddr_t address
size_t length
Enumerations
enum Type
| Name | Value |
|---|---|
| kMmio | 0 |
| kPio | 1 |
Defined at line 21 of file ../../zircon/kernel/lib/acpi_lite/include/lib/acpi_lite/debug_port.h