TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_CPU_IO2_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/CpuIo2.h>

Data Fields

EFI_CPU_IO_PROTOCOL_ACCESS Mem
 
EFI_CPU_IO_PROTOCOL_ACCESS Io
 

Detailed Description

Provides the basic memory and I/O interfaces that are used to abstract accesses to devices in a system.

Definition at line 123 of file CpuIo2.h.

Field Documentation

◆ Io

EFI_CPU_IO_PROTOCOL_ACCESS _EFI_CPU_IO2_PROTOCOL::Io

Enables a driver to access registers in the EFI CPU I/O space.

Definition at line 131 of file CpuIo2.h.

◆ Mem

EFI_CPU_IO_PROTOCOL_ACCESS _EFI_CPU_IO2_PROTOCOL::Mem

Enables a driver to access memory-mapped registers in the EFI system memory space.

Definition at line 127 of file CpuIo2.h.


The documentation for this struct was generated from the following file: