Uses of Interface
com.diozero.internal.spi.MmapGpioInterface
Package | Description |
---|---|
com.diozero.internal.board.allwinner | |
com.diozero.internal.board.chip | |
com.diozero.internal.board.odroid | |
com.diozero.internal.board.raspberrypi | |
com.diozero.internal.board.tinkerboard | |
com.diozero.internal.provider.builtin |
The built-in default provider supporting GPIO, I2C, SPI and Serial device
communication.
|
com.diozero.sbc |
-
Uses of MmapGpioInterface in com.diozero.internal.board.allwinner
Classes in com.diozero.internal.board.allwinner that implement MmapGpioInterface Modifier and Type Class Description class
AllwinnerSun8iMmapGpio
See https://github.com/friendlyarm/WiringNP/blob/master/wiringPi/wiringPi.cMethods in com.diozero.internal.board.allwinner that return MmapGpioInterface Modifier and Type Method Description MmapGpioInterface
AllwinnerSun8iBoardInfoProvider.AllwinnerSun8iBoardInfo. createMmapGpio()
-
Uses of MmapGpioInterface in com.diozero.internal.board.chip
Classes in com.diozero.internal.board.chip that implement MmapGpioInterface Modifier and Type Class Description class
ChipMmapGpio
Methods in com.diozero.internal.board.chip that return MmapGpioInterface Modifier and Type Method Description MmapGpioInterface
ChipBoardInfoProvider.CHIPBoardInfo. createMmapGpio()
-
Uses of MmapGpioInterface in com.diozero.internal.board.odroid
Classes in com.diozero.internal.board.odroid that implement MmapGpioInterface Modifier and Type Class Description class
OdroidC2MmapGpio
See Odroid wiringPi fork.Methods in com.diozero.internal.board.odroid that return MmapGpioInterface Modifier and Type Method Description MmapGpioInterface
OdroidBoardInfoProvider.OdroidC2BoardInfo. createMmapGpio()
-
Uses of MmapGpioInterface in com.diozero.internal.board.raspberrypi
Classes in com.diozero.internal.board.raspberrypi that implement MmapGpioInterface Modifier and Type Class Description class
RaspberryPiMmapGpio
-
Uses of MmapGpioInterface in com.diozero.internal.board.tinkerboard
Classes in com.diozero.internal.board.tinkerboard that implement MmapGpioInterface Modifier and Type Class Description class
TinkerBoardMmapGpio
Methods in com.diozero.internal.board.tinkerboard that return MmapGpioInterface Modifier and Type Method Description MmapGpioInterface
TinkerBoardBoardInfoProvider.TinkerBoardBoardInfo. createMmapGpio()
-
Uses of MmapGpioInterface in com.diozero.internal.provider.builtin
Constructors in com.diozero.internal.provider.builtin with parameters of type MmapGpioInterface Constructor Description NativeGpioInputDevice(DefaultDeviceFactory deviceFactory, String key, GpioChip chip, PinInfo pinInfo, GpioPullUpDown pud, GpioEventTrigger trigger, MmapGpioInterface mmapGpio)
NativeGpioInputOutputDevice(DefaultDeviceFactory deviceFactory, String key, GpioChip chip, PinInfo pinInfo, DeviceMode mode, MmapGpioInterface mmapGpio)
NativeGpioOutputDevice(DefaultDeviceFactory deviceFactory, String key, GpioChip chip, PinInfo pinInfo, boolean initialValue, MmapGpioInterface mmapGpio)
-
Uses of MmapGpioInterface in com.diozero.sbc
Methods in com.diozero.sbc that return MmapGpioInterface Modifier and Type Method Description MmapGpioInterface
BoardInfo. createMmapGpio()
Instantiate the memory mapped GPIO interface for this board.