ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <halhw.h>
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 | |
}; | |
struct { ... } _I8259_ICW4::@1526 |
struct { ... } _I8259_ICW4::@3402 |
UCHAR _I8259_ICW4::Bits |
Definition at line 281 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
UCHAR _I8259_ICW4::BufferedMode |
Definition at line 277 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
UCHAR _I8259_ICW4::EoiMode |
Definition at line 276 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
UCHAR _I8259_ICW4::Reserved |
Definition at line 279 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
UCHAR _I8259_ICW4::SpecialFullyNestedMode |
Definition at line 278 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
UCHAR _I8259_ICW4::SystemMode |
Definition at line 275 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().