C# Class SharpOS.Kernel.ADC.X86.PIC

Programmable Interrupt Controller (PIC)
Mostrar archivo Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
DisableAllIRQs ( ) : void
DisableIRQ ( byte value ) : void
EnableIRQ ( byte value ) : void
SendEndOfInterrupt ( byte value ) : void
Setup ( ) : void

Private Methods

Method Description
DisableMasterIRQ ( byte value ) : void
DisableSlaveIRQ ( byte value ) : void
EnableMasterIRQ ( byte value ) : void
EnableSlaveIRQ ( byte value ) : void

Method Details

DisableAllIRQs() public static method

public static DisableAllIRQs ( ) : void
return void

DisableIRQ() public static method

public static DisableIRQ ( byte value ) : void
value byte
return void

EnableIRQ() public static method

public static EnableIRQ ( byte value ) : void
value byte
return void

SendEndOfInterrupt() public static method

public static SendEndOfInterrupt ( byte value ) : void
value byte
return void

Setup() public static method

public static Setup ( ) : void
return void