C# 클래스 stm32_bsp_generator.RegisterParserConfiguration.SubregisterRenameRule

파일 보기 프로젝트 열기: sysprogs/BSPTools

공개 프로퍼티들

프로퍼티 타입 설명
Breakpoint bool
NewRegister string
NewSet string
NewSubregister string
StripRegisterNameFromSubregister bool

공개 메소드들

메소드 설명
Apply ( RegisterID &regId, string fullName, string &shortName ) : bool

비공개 메소드들

메소드 설명
ExpandString ( string shortName, Match mSet, Match mReg, Match mSubreg ) : string

메소드 상세

Apply() 공개 메소드

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

프로퍼티 상세

Breakpoint 공개적으로 프로퍼티

public bool Breakpoint
리턴 bool

NewRegister 공개적으로 프로퍼티

public string NewRegister
리턴 string

NewSet 공개적으로 프로퍼티

public string NewSet
리턴 string

NewSubregister 공개적으로 프로퍼티

public string NewSubregister
리턴 string

StripRegisterNameFromSubregister 공개적으로 프로퍼티

public bool StripRegisterNameFromSubregister
리턴 bool