Метод | Описание | |
---|---|---|
DisableIRQ ( ) : void |
Disables the IRQ.
|
|
EnableIRQ ( ) : void |
Enables the IRQ.
|
|
GetIOPort ( byte region, ushort index ) : IReadWriteIOPort |
Gets the IO port.
|
|
GetIOPortRegion ( byte index ) : |
Gets the IO port region.
|
|
GetMemory ( byte region ) : IMemory |
Gets the memory.
|
|
GetMemoryRegion ( byte index ) : |
Gets the memory region.
|
|
HardwareResources ( |
Initializes a new instance of the HardwareResources class.
|
|
HardwareResources ( |
Initializes a new instance of the HardwareResources class.
|
public GetIOPort ( byte region, ushort index ) : IReadWriteIOPort | ||
region | byte | The region. |
index | ushort | The index. |
Результат | IReadWriteIOPort |
public GetIOPortRegion ( byte index ) : |
||
index | byte | The index. |
Результат |
public GetMemory ( byte region ) : IMemory | ||
region | byte | The region. |
Результат | IMemory |
public GetMemoryRegion ( byte index ) : |
||
index | byte | The index. |
Результат |
public HardwareResources ( |
||
ioPortRegions | The io port regions. | |
memoryRegions | The memory regions. | |
interruptHandler | The interrupt handler. | |
Результат | Mosa.HardwareSystem.PCI |
public HardwareResources ( |
||
ioPortRegions | The io port regions. | |
memoryRegions | The memory regions. | |
interruptHandler | The interrupt handler. | |
deviceResource | IPCIDeviceResource | The device resource. |
Результат | Mosa.HardwareSystem.PCI |