C# Class msp432_bsp_generator.RegistersParser

Afficher le fichier Open project: sysprogs/BSPTools Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( ) : HardwareRegisterSet[]
RegistersParser ( string file ) : System

Private Methods

Méthode Description
CheckForMatches ( string line ) : void
FormatToHex ( ulong addr, int length = 32 ) : string
IsReadOnly ( string definition ) : bool
MissmatchHandled ( string line ) : bool
OnKnownValue ( ) : void
OnRegisterAddress ( ) : void
OnRegisterBegin ( ) : void
OnRegisterDefinition ( ) : void
OnRegisterEnd ( ) : void
OnRegisterSetAddress ( ) : void
OnRegisterSetBegin ( ) : void
OnRegisterSetEnd ( ) : void
OnRegisterWithoutSubregisters ( ) : void
OnReservedBits ( ) : void
OnStart ( ) : void
OnSubRegistersBegin ( ) : void
OnSubRegistersEnd ( ) : void
ProcessKnownValues ( ) : void
SetExpectedMatches ( ) : void
SubRegisterDefinition ( ) : void

Method Details

Parse() public méthode

public Parse ( ) : HardwareRegisterSet[]
Résultat HardwareRegisterSet[]

RegistersParser() public méthode

public RegistersParser ( string file ) : System
file string
Résultat System