C# Class stm32_bsp_generator.RegisterParserConfiguration.SubregisterRenameRule

Show file 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 property

public bool Breakpoint
return bool

NewRegister public property

public string NewRegister
return string

NewSet public property

public string NewSet
return string

NewSubregister public property

public string NewSubregister
return string

StripRegisterNameFromSubregister public property

public bool StripRegisterNameFromSubregister
return bool