![Intel Extensible Firmware Interface Скачать руководство пользователя страница 231](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117231.webp)
Version 1.02
12/12/00
213
12
Serial I/O Protocol
This chapter defines the Serial I/O protocol. This protocol is used to abstract byte stream devices.
12.1
SERIAL_IO Protocol
Summary
This protocol is used to communicate with any type of character-based I/O device.
GUID
#define SERIAL_IO_PROTOCOL \
{ BB25CF6F-F1D4-11D2-9A0C-0090273FC1FD }
Revision Number
#define SERIAL_IO_INTERFACE_REVISION 0x00010000
Protocol Interface Structure
typedef struct {
UINT32
Revision
;
EFI_SERIAL_RESET
Reset
;
EFI_SERIAL_SET_ATTRIBUTES
SetAttributes;
EFI_SERIAL_SET_CONTROL_BITS
SetControl;
EFI_SERIAL_GET_CONTROL_BITS
GetControl;
EFI_SERIAL_WRITE
Write
;
EFI_SERIAL_READ
Read
;
SERIAL_IO_MODE
*Mode;
} SERIAL_IO_INTERFACE;
Parameters
Revision
The revision to which the
SERIAL_IO_INTERFACE
adheres. All
future revisions must be backwards compatible. If a future version is
not back wards compatible, it is not the same GUID.
Reset
Resets the hardware device.
SetAttributes
Sets communication parameters for a serial device. These include
the baud rate, receive FIFO depth, transmit/receive time out, parity,
data bits, and stop bit attributes.
Содержание Extensible Firmware Interface
Страница 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Страница 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Страница 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Страница 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Страница 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Страница 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Страница 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Страница 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Страница 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Страница 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Страница 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Страница 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Страница 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Страница 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Страница 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...