|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <halhw.h>

Public Attributes | |
| struct { | |
| UCHAR NeedIcw4:1 | |
| UCHAR OperatingMode:1 | |
| UCHAR Interval:1 | |
| UCHAR InterruptMode:1 | |
| UCHAR Init:1 | |
| UCHAR InterruptVectorAddress:3 | |
| }; | |
| UCHAR | Bits |
| struct { | |
| UCHAR NeedIcw4:1 | |
| UCHAR OperatingMode:1 | |
| UCHAR Interval:1 | |
| UCHAR InterruptMode:1 | |
| UCHAR Init:1 | |
| UCHAR InterruptVectorAddress:3 | |
| }; | |
| struct { ... } _I8259_ICW1::@1627 |
| struct { ... } _I8259_ICW1::@3600 |
| UCHAR _I8259_ICW1::Bits |
Definition at line 234 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::Init |
Definition at line 231 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::InterruptMode |
Definition at line 230 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::InterruptVectorAddress |
Definition at line 232 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::Interval |
Definition at line 229 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::NeedIcw4 |
Definition at line 227 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().
| UCHAR _I8259_ICW1::OperatingMode |
Definition at line 228 of file halhw.h.
Referenced by HalpInitializeLegacyPICs().