PEP_ACPI_SPB_UART_RESOURCE structure (pepfx.h)
The PEP_ACPI_SPB_UART_RESOURCE structure describes an ACPI UART serial bus resource.
Syntax
typedef struct _PEP_ACPI_SPB_UART_RESOURCE {
PEP_ACPI_SPB_RESOURCE SpbCommon;
ULONG BaudRate;
USHORT RxBufferSize;
USHORT TxBufferSize;
UCHAR Parity;
UCHAR LinesInUse;
} PEP_ACPI_SPB_UART_RESOURCE, *PPEP_ACPI_SPB_UART_RESOURCE;
Members
SpbCommon
A PEP_ACPI_SPB_RESOURCE structure describing this resource.
BaudRate
The baud rate of the connection.
RxBufferSize
The maximum receive buffer size, in bytes, that is supported by this connection.
TxBufferSize
The maximum transmit buffer size, in bytes, that is supported by this connection.
Parity
Indicates the parity of the connection.
Value | Meaning |
---|---|
|
None |
|
Even |
|
Odd |
|
Mark |
|
Space |
LinesInUse
Flag indicating the serial lines that are enabled. A value of 1 in the bit positions indicates that the line is enabled.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 10. |
Header | pepfx.h (include Pep_x.h) |