UART_FLOW_CONTROL_DEVICE_PATH

A new device path node is defined to declare flow control characteristics. UART Flow Control Messaging Device Path

extern (C)
struct UART_FLOW_CONTROL_DEVICE_PATH {}

Members

Variables

FlowControlMap
UINT32 FlowControlMap;

Bitmap of supported flow control types. Bit 0 set indicates hardware flow control. Bit 1 set indicates Xon/Xoff flow control. All other bits are reserved and are clear.

Guid
EFI_GUID Guid;

DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL GUID.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.

Meta