PCICommonConfig Structure

Encapsulates the common PCI configuration header.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public struct PCICommonConfig

 

The PCICommonConfig type exposes the following members.

Methods

  Name Description

Public method

Equals

Indicates whether this instance and a specified object are equal.

(Inherited from ValueType.)

Public method Static member

FromBytes

De-serializes a PCICommonConfig from an array of bytes.

Public method

GetBytes

Gets the PCICommonConfig serialized as an array of bytes.

Public method

GetHashCode

Returns the hash code for this instance.

(Inherited from ValueType.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Public method

ToString

Returns the fully qualified type name of this instance.

(Inherited from ValueType.)

Fields

  Name Description

Public field

BaseAddress0

Base address 0.

Public field

BaseAddress1

Base address 1.

Public field

BaseAddress2

Base address 2.

Public field

BaseAddress3

Base address 3.

Public field

BaseAddress4

Base address 4.

Public field

BaseAddress5

Base address 5.

Public field

BaseClass

Base class.

Public field

BIST

Built-in self test.

Public field

CacheLineSize

Cache line size.

Public field

CIS

CIS.

Public field

Command

PCI Command.

Public field

DeviceID

Device ID.

Public field

DeviceSpecific

Device-specific value.

Public field

HeaderType

PCI header type.

Public field

InterruptLine

Interrupt line.

Public field

InterruptPin

Interrupt pin (read-only).

Public field Static member

InvalidVendorID

Invalid vendor ID.

Public field

LatencyTimer

Latency timer.

Public field

MaximumLatency

Minimum latency (read-only).

Public field

MinimumGrant

Maximum grant (read-only).

Public field

ProgIf

ProgIF.

Public field

Reserved1

Reserved.

Public field

Reserved2

Reserved.

Public field

RevisionID

Revision ID.

Public field

ROMBaseAddress

ROM base address.

Public field

Status

Bus status.

Public field

SubClass

Subclass.

Public field

SubSystemID

Subsystem ID.

Public field

SubVendorID

Sub-vendor ID.

Public field

VendorID

Vendor ID.

See Also: