UART_DEVICE_PATH

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

BaudRate
UINT64 BaudRate;

The baud rate setting for the UART style device. A value of 0 means that the device's default baud rate will be used.

DataBits
UINT8 DataBits;

The number of data bits for the UART style device. A value of 0 means that the device's default number of data bits will be used.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
Parity
UINT8 Parity;

The parity setting for the UART style device. Parity 0x00 - Default Parity. Parity 0x01 - No Parity. Parity 0x02 - Even Parity. Parity 0x03 - Odd Parity. Parity 0x04 - Mark Parity. Parity 0x05 - Space Parity.

Reserved
UINT32 Reserved;

Reserved.

StopBits
UINT8 StopBits;

The number of stop bits for the UART style device. Stop Bits 0x00 - Default Stop Bits. Stop Bits 0x01 - 1 Stop Bit. Stop Bits 0x02 - 1.5 Stop Bits. Stop Bits 0x03 - 2 Stop Bits.

Meta