|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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::@1637 |
| struct { ... } _I8259_ICW4::@3610 |
| 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().