C# Class stm32_bsp_generator.RegisterParserConfiguration.KnownRegisterWithoutSubregisters

ファイルを表示 Open project: sysprogs/BSPTools

Public Properties

Property Type Description
RegName System.Text.RegularExpressions.Regex
SetName System.Text.RegularExpressions.Regex
SetType System.Text.RegularExpressions.Regex

Public Methods

Method Description
IsMatch ( string setName, string setType, string regName ) : bool

Method Details

IsMatch() public method

public IsMatch ( string setName, string setType, string regName ) : bool
setName string
setType string
regName string
return bool

Property Details

RegName public_oe property

public Regex,System.Text.RegularExpressions RegName
return System.Text.RegularExpressions.Regex

SetName public_oe property

public Regex,System.Text.RegularExpressions SetName
return System.Text.RegularExpressions.Regex

SetType public_oe property

public Regex,System.Text.RegularExpressions SetType
return System.Text.RegularExpressions.Regex