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

Programmable Interrupt Controller (PIC)
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
DisableAllIRQs ( ) : void
DisableIRQ ( byte value ) : void
EnableIRQ ( byte value ) : void
SendEndOfInterrupt ( byte value ) : void
Setup ( ) : void

Private Methods

Méthode Description
DisableMasterIRQ ( byte value ) : void
DisableSlaveIRQ ( byte value ) : void
EnableMasterIRQ ( byte value ) : void
EnableSlaveIRQ ( byte value ) : void

Method Details

DisableAllIRQs() public static méthode

public static DisableAllIRQs ( ) : void
Résultat void

DisableIRQ() public static méthode

public static DisableIRQ ( byte value ) : void
value byte
Résultat void

EnableIRQ() public static méthode

public static EnableIRQ ( byte value ) : void
value byte
Résultat void

SendEndOfInterrupt() public static méthode

public static SendEndOfInterrupt ( byte value ) : void
value byte
Résultat void

Setup() public static méthode

public static Setup ( ) : void
Résultat void