Serial_Io.setcontrol() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification

12.1.3 SERIAL_IO.SetControl()

Summary
Sets the control bits on a serial device.
Prototype
EFI_STATUS
(EFIAPI *EFI_SERIAL_SET_CONTROL) (
IN SERIAL_IO_INTERFACE
IN UINT32
);
Parameters
This
Control
Related Definitions
//*******************************************************
// CONTROL BITS
//*******************************************************
#define EFI_SERIAL_CLEAR_TO_SEND
#define EFI_SERIAL_DATA_SET_READY
#define EFI_SERIAL_RING_INDICATE
#define EFI_SERIAL_CARRIER_DETECT
#define EFI_SERIAL_REQUEST_TO_SEND
#define EFI_SERIAL_DATA_TERMINAL_READY
#define EFI_SERIAL_INPUT_BUFFER_EMPTY
#define EFI_SERIAL_OUTPUT_BUFFER_EMPTY
#define EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE
#define EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE
#define EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE
Description
The
SetControl()
The following signals are set according their bit settings:
Request to Send
Data Terminal Ready
220
A pointer to the
SERIAL_IO_INTERFACE
Sets the bits of
Definitions".
function is used to assert or deassert the control signals on a serial device.
12/12/00
*This,
Control
SERIAL_IO_INTERFACE
is defined in Section 12.1.
that are settable. See "Related
Control
0x0010
0x0020
0x0040
0x0080
0x0002
0x0001
0x0100
0x0200
0x1000
0x2000
0x4000
instance. Type
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents