C# Class esp32.PeripheralRegisterParser.ConstructedField

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

Public Properties

Property Type Description
Mask uint?
Name string
Offset uint?

Public Methods

Method Description
ToSubregister ( ) : HardwareSubRegister

Private Methods

Method Description
MaskToBits ( uint mask ) : int

Method Details

ToSubregister() public method

public ToSubregister ( ) : HardwareSubRegister
return HardwareSubRegister

Property Details

Mask public_oe property

public uint? Mask
return uint?

Name public_oe property

public string Name
return string

Offset public_oe property

public uint? Offset
return uint?