C# Class esp32.PeripheralRegisterParser.ConstructedRegisterSet

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

Public Properties

Property Type Description
Address ulong
Name string
Registers List

Public Methods

Method Description
ToRegisterSet ( ) : HardwareRegisterSet

Method Details

ToRegisterSet() public method

public ToRegisterSet ( ) : HardwareRegisterSet
return HardwareRegisterSet

Property Details

Address public_oe property

public ulong Address
return ulong

Name public_oe property

public string Name
return string

Registers public_oe property

public List Registers
return List