C# Class SharpOS.Kernel.HAL.DMAChannel

Inheritance: IDMAChannel
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Protected Properties

Свойство Type Description
channel byte

Méthodes publiques

Méthode Description
SetupChannel ( DMAMode mode, DMATransferType type, bool auto, uint count ) : void
TransferIn ( uint count, byte data, uint offset ) : bool
TransferOut ( uint count, byte data, uint offset ) : bool

Private Methods

Méthode Description
DMAChannel ( byte channel ) : System

Method Details

SetupChannel() public méthode

public SetupChannel ( DMAMode mode, DMATransferType type, bool auto, uint count ) : void
mode DMAMode
type DMATransferType
auto bool
count uint
Résultat void

TransferIn() public méthode

public TransferIn ( uint count, byte data, uint offset ) : bool
count uint
data byte
offset uint
Résultat bool

TransferOut() public méthode

public TransferOut ( uint count, byte data, uint offset ) : bool
count uint
data byte
offset uint
Résultat bool

Property Details

channel protected_oe property

protected byte channel
Résultat byte