PCICommand Enumeration
Represents the possible values contained in the device’s command register.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
[FlagsAttribute]
public enum PCICommand
Members
|
Name |
Value | Description |
|---|---|---|
|
EnableIOSpace |
1 |
Enable IO Space. |
|
EnableMemorySpace |
2 |
Enable Memory space. |
|
EnableBusMaster |
4 |
Enable Bus Mastering. |
|
EnableSpecialCycles |
8 |
Enable spaceial cycles. |
|
EnableWriteAndValidate |
16 |
Enable write and validate. |
|
EnableVGACompatiblePalette |
32 |
Enable VGA compatible palette. |
|
EnableParity |
64 |
Enable parity. |
|
EnableWaitCycle |
128 |
Enable wait cycle. |
|
EnableSErr |
256 |
Enable system error. |
|
EnableFastBackToBack |
512 |
Enable fast back-to-back. |
See Also: