coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi_uart Struct Reference

#include <acpi_device.h>

Collaboration diagram for acpi_uart:
Collaboration graph

Data Fields

uint32_t initial_baud_rate
 
enum acpi_uart_data_bits data_bits
 
enum acpi_uart_stop_bits stop_bits
 
unsigned int lines_in_use
 
enum acpi_uart_endian endian
 
enum acpi_uart_parity parity
 
enum acpi_uart_flow_control flow_control
 
uint16_t rx_fifo_bytes
 
uint16_t tx_fifo_bytes
 
bool shared
 
const char * resource
 

Detailed Description

Definition at line 389 of file acpi_device.h.

Field Documentation

◆ data_bits

enum acpi_uart_data_bits acpi_uart::data_bits

Definition at line 391 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ endian

enum acpi_uart_endian acpi_uart::endian

Definition at line 397 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ flow_control

enum acpi_uart_flow_control acpi_uart::flow_control

Definition at line 397 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ initial_baud_rate

uint32_t acpi_uart::initial_baud_rate

Definition at line 391 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ lines_in_use

unsigned int acpi_uart::lines_in_use

Definition at line 397 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ parity

enum acpi_uart_parity acpi_uart::parity

Definition at line 397 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ resource

const char* acpi_uart::resource

Definition at line 410 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ rx_fifo_bytes

uint16_t acpi_uart::rx_fifo_bytes

Definition at line 405 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ shared

bool acpi_uart::shared

Definition at line 408 of file acpi_device.h.

◆ stop_bits

enum acpi_uart_stop_bits acpi_uart::stop_bits

Definition at line 391 of file acpi_device.h.

Referenced by acpi_device_write_uart().

◆ tx_fifo_bytes

uint16_t acpi_uart::tx_fifo_bytes

Definition at line 406 of file acpi_device.h.

Referenced by acpi_device_write_uart().


The documentation for this struct was generated from the following file: