SunxiDriver Constructors

Definition

Overloads

SunxiDriver()

Initializes a new instance of the SunxiDriver class.

SunxiDriver(Int32, Int32)

Initializes a new instance of the SunxiDriver.

SunxiDriver()

Initializes a new instance of the SunxiDriver class.

protected SunxiDriver ();
Protected Sub New ()

Applies to

SunxiDriver(Int32, Int32)

Initializes a new instance of the SunxiDriver.

public SunxiDriver (int cpuxPortBaseAddress, int cpusPortBaseAddress);
new Iot.Device.Gpio.Drivers.SunxiDriver : int * int -> Iot.Device.Gpio.Drivers.SunxiDriver
Public Sub New (cpuxPortBaseAddress As Integer, cpusPortBaseAddress As Integer)

Parameters

cpuxPortBaseAddress
Int32

CPUX-PORT base address (This can be find in the corresponding SoC datasheet).

cpusPortBaseAddress
Int32

CPUS-PORT base address (This can be find in the corresponding SoC datasheet).

Applies to