C# Class stm32_bsp_generator.RegisterParserConfiguration.SubregisterRenameRule

Afficher le fichier Open project: sysprogs/BSPTools

Méthodes publiques

Свойство Type Description
Breakpoint bool
NewRegister string
NewSet string
NewSubregister string
StripRegisterNameFromSubregister bool

Méthodes publiques

Méthode Description
Apply ( RegisterID &regId, string fullName, string &shortName ) : bool

Private Methods

Méthode Description
ExpandString ( string shortName, Match mSet, Match mReg, Match mSubreg ) : string

Method Details

Apply() public méthode

public Apply ( RegisterID &regId, string fullName, string &shortName ) : bool
regId RegisterID
fullName string
shortName string
Résultat bool

Property Details

Breakpoint public_oe property

public bool Breakpoint
Résultat bool

NewRegister public_oe property

public string NewRegister
Résultat string

NewSet public_oe property

public string NewSet
Résultat string

NewSubregister public_oe property

public string NewSubregister
Résultat string

StripRegisterNameFromSubregister public_oe property

public bool StripRegisterNameFromSubregister
Résultat bool