C# Class Emul8.Peripherals.Wireless.EmberRadio

Inheritance: IDoubleWordPeripheral, IRadio
Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
EmberRadio ( System.Machine machine ) : System
ReadDoubleWord ( long offset ) : uint
ReceiveFrame ( byte frame ) : void
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void

Private Methods

Méthode Description
Encrypt ( ) : void
ReadDoubleWordEncryptor ( long offset ) : uint
ReadDoubleWordIRQ ( long offset ) : uint
WriteDoubleWordEncryptor ( long offset, uint value ) : void
WriteDoubleWordIRQ ( long offset, uint value ) : void
count_crc ( byte data ) : ushort

Method Details

EmberRadio() public méthode

public EmberRadio ( System.Machine machine ) : System
machine System.Machine
Résultat System

ReadDoubleWord() public méthode

public ReadDoubleWord ( long offset ) : uint
offset long
Résultat uint

ReceiveFrame() public méthode

public ReceiveFrame ( byte frame ) : void
frame byte
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

WriteDoubleWord() public méthode

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
Résultat void