Click or drag to resize

WrapperWriteUnsigned Method (UInt32, UInt32, UInt32)

Write a single unsigned register, based on register addr/page

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void WriteUnsigned(
	uint RegAddr,
	uint RegPage,
	uint WriteData
)

Parameters

RegAddr
Type: SystemUInt32
register address to write to
RegPage
Type: SystemUInt32
Register page
WriteData
Type: SystemUInt32
Data to write to the register
See Also