ReactOS 0.4.15-dev-8093-g3285f69
_ATAPI_REGISTERS_1 Union Reference

#include <atapi.h>

Collaboration diagram for _ATAPI_REGISTERS_1:

Classes

struct  _i
 
struct  _o
 

Public Attributes

USHORT Data
 
UCHAR InterruptReason
 
UCHAR Unused1
 
UCHAR ByteCountLow
 
UCHAR ByteCountHigh
 
UCHAR DriveSelect
 
UCHAR Command
 
struct _ATAPI_REGISTERS_1::_o o
 
struct _ATAPI_REGISTERS_1::_i i
 

Detailed Description

Definition at line 166 of file atapi.h.

Member Data Documentation

◆ ByteCountHigh

UCHAR _ATAPI_REGISTERS_1::ByteCountHigh

Definition at line 171 of file atapi.h.

Referenced by AtapiInterrupt(), and AtapiSendCommand().

◆ ByteCountLow

UCHAR _ATAPI_REGISTERS_1::ByteCountLow

Definition at line 170 of file atapi.h.

Referenced by AtapiInterrupt(), and AtapiSendCommand().

◆ Command

UCHAR _ATAPI_REGISTERS_1::Command

Definition at line 173 of file atapi.h.

Referenced by AtapiSendCommand().

◆ Data

USHORT _ATAPI_REGISTERS_1::Data

Definition at line 167 of file atapi.h.

Referenced by AtapiSendCommand().

◆ DriveSelect

UCHAR _ATAPI_REGISTERS_1::DriveSelect

Definition at line 172 of file atapi.h.

Referenced by AtapiInterrupt(), and AtapiSendCommand().

◆ i

struct _ATAPI_REGISTERS_1::_i _ATAPI_REGISTERS_1::i

◆ InterruptReason

UCHAR _ATAPI_REGISTERS_1::InterruptReason

Definition at line 168 of file atapi.h.

Referenced by AtapiInterrupt().

◆ o

struct _ATAPI_REGISTERS_1::_o _ATAPI_REGISTERS_1::o

◆ Unused1

UCHAR _ATAPI_REGISTERS_1::Unused1

Definition at line 169 of file atapi.h.

Referenced by AtapiInterrupt().


The documentation for this union was generated from the following files: