ReactOS 0.4.15-dev-7942-gd23573b
_I8259_ICW4 Union Reference

#include <halhw.h>

Collaboration diagram for _I8259_ICW4:

Public Attributes

struct {
   UCHAR   SystemMode:1
 
   UCHAR   EoiMode:1
 
   UCHAR   BufferedMode:2
 
   UCHAR   SpecialFullyNestedMode:1
 
   UCHAR   Reserved:3
 
}; 
 
UCHAR Bits
 
struct {
   UCHAR   SystemMode:1
 
   UCHAR   EoiMode:1
 
   UCHAR   BufferedMode:2
 
   UCHAR   SpecialFullyNestedMode:1
 
   UCHAR   Reserved:3
 
}; 
 

Detailed Description

Definition at line 271 of file halhw.h.

Member Data Documentation

◆ 

struct { ... } _I8259_ICW4::@1510

◆ 

struct { ... } _I8259_ICW4::@3404

◆ Bits

UCHAR _I8259_ICW4::Bits

Definition at line 281 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().

◆ BufferedMode

UCHAR _I8259_ICW4::BufferedMode

Definition at line 277 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().

◆ EoiMode

UCHAR _I8259_ICW4::EoiMode

Definition at line 276 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().

◆ Reserved

UCHAR _I8259_ICW4::Reserved

Definition at line 279 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().

◆ SpecialFullyNestedMode

UCHAR _I8259_ICW4::SpecialFullyNestedMode

Definition at line 278 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().

◆ SystemMode

UCHAR _I8259_ICW4::SystemMode

Definition at line 275 of file halhw.h.

Referenced by HalpInitializeLegacyPICs().


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