OrangePi4Driver Class

Definition

A GPIO driver for the Orange Pi 4/4B.

public class OrangePi4Driver : Iot.Device.Gpio.Drivers.Rk3399Driver
type OrangePi4Driver = class
    inherit Rk3399Driver
Public Class OrangePi4Driver
Inherits Rk3399Driver
Inheritance

Remarks

SoC: Rockchip RK3399

Constructors

OrangePi4Driver()

Fields

_gpioPointers (Inherited from RockchipDriver)
_pinModes (Inherited from RockchipDriver)
GpioMemoryFilePath (Inherited from RockchipDriver)

Properties

ClockResetUnit

Clock and Reset Unit (CRU) address.

(Inherited from Rk3399Driver)
GeneralRegisterFiles

General Register Files (GRF) address.

(Inherited from Rk3399Driver)
GpioRegisterAddresses

Gpio register addresses.

(Inherited from Rk3399Driver)
PinCount

The number of pins provided by the driver.

PmuClockResetUnit

PMU Clock and Reset Unit (PMU CRU) address.

(Inherited from Rk3399Driver)
PmuGeneralRegisterFiles

PMU General Register Files (PMU GRF) address.

(Inherited from Rk3399Driver)

Methods

AddCallbackForPinValueChangedEvent(Int32, PinEventTypes, PinChangeEventHandler)

Adds a handler for a pin value changed event.

(Inherited from RockchipDriver)
ClosePin(Int32)

Closes an open pin.

(Inherited from RockchipDriver)
ConvertPinNumberToLogicalNumberingScheme(Int32)

Converts a board pin number to the driver's logical numbering scheme.

Dispose()

Disposes this instance, closing all open pins

(Inherited from GpioDriver)
Dispose(Boolean)

Disposes this instance

(Inherited from Rk3399Driver)
GetPinMode(Int32)

Gets the mode of a pin.

(Inherited from RockchipDriver)
IsPinModeSupported(Int32, PinMode)

Checks if a pin supports a specific mode.

(Inherited from Rk3399Driver)
OpenPin(Int32)

Opens a pin in order for it to be ready to use. This retains the pin direction, but if it is output, the value will always be low after open.

(Inherited from RockchipDriver)
QueryComponentInformation()

Query information about a component and its children.

(Inherited from GpioDriver)
Read(Int32)

Reads the current value of a pin.

(Inherited from RockchipDriver)
RemoveCallbackForPinValueChangedEvent(Int32, PinChangeEventHandler)

Removes a handler for a pin value changed event.

(Inherited from RockchipDriver)
SetPinMode(Int32, PinMode)

Sets the mode to a pin.

(Inherited from Rk3399Driver)
SetPinMode(Int32, PinMode, PinValue)

Sets the mode to a pin and sets an initial value for an output pin.

(Inherited from GpioDriver)
Toggle(Int32)

Toggle the current value of a pin.

(Inherited from SysFsDriver)
UnmapPinNumber(Int32)

Unmap pin number in the driver's logical numbering scheme to pin number with port name.

(Inherited from RockchipDriver)
WaitForEvent(Int32, PinEventTypes, CancellationToken)

Blocks execution until an event of type eventType is received or a cancellation is requested.

(Inherited from RockchipDriver)
WaitForEventAsync(Int32, PinEventTypes, CancellationToken)

Async call until an event of type eventType is received or a cancellation is requested.

(Inherited from RockchipDriver)
Write(Int32, PinValue)

Writes a value to a pin.

(Inherited from RockchipDriver)

Applies to