C# Class stm32_bsp_generator.RegisterParserConfiguration.SubregisterRenameRule

Exibir arquivo Open project: sysprogs/BSPTools

Public Properties

Property Type Description
Breakpoint bool
NewRegister string
NewSet string
NewSubregister string
StripRegisterNameFromSubregister bool

Public Methods

Method Description
Apply ( RegisterID &regId, string fullName, string &shortName ) : bool

Private Methods

Method Description
ExpandString ( string shortName, Match mSet, Match mReg, Match mSubreg ) : string

Method Details

Apply() public method

public Apply ( RegisterID &regId, string fullName, string &shortName ) : bool
regId RegisterID
fullName string
shortName string
return bool

Property Details

Breakpoint public_oe property

public bool Breakpoint
return bool

NewRegister public_oe property

public string NewRegister
return string

NewSet public_oe property

public string NewSet
return string

NewSubregister public_oe property

public string NewSubregister
return string

StripRegisterNameFromSubregister public_oe property

public bool StripRegisterNameFromSubregister
return bool