- getBase() - Method in class org.lsst.ccs.drivers.gpio.GPIODriver.GPIOChip
-
Get the base channel number for this chip
- getChannel(int) - Method in class org.lsst.ccs.drivers.gpio.GPIODriver
-
Get a specified GPIO channel
- getChannel() - Method in class org.lsst.ccs.drivers.gpio.GPIODriver.GPIOChannel
-
Return the channel number for this channel.
- getDirection() - Method in class org.lsst.ccs.drivers.gpio.GPIODriver.GPIOChannel
-
Get the direction for this channel
- getDirection(int) - Method in class org.lsst.ccs.drivers.gpio.TestGPIODriver
-
- getLabel() - Method in class org.lsst.ccs.drivers.gpio.GPIODriver.GPIOChip
-
Get the human readable label associated with this chip
- getNgpio() - Method in class org.lsst.ccs.drivers.gpio.GPIODriver.GPIOChip
-
Get the number of GPIO channels supported by this chip
- GPIODriver - Class in org.lsst.ccs.drivers.gpio
-
A general purpose GPIO driver.
- GPIODriver() - Constructor for class org.lsst.ccs.drivers.gpio.GPIODriver
-
Create an instance of GPIO driver
- GPIODriver.GPIOChannel - Class in org.lsst.ccs.drivers.gpio
-
A class representing a single GPIO Channel
- GPIODriver.GPIOChannel.Direction - Enum in org.lsst.ccs.drivers.gpio
-
Enumeration for specifying the direction of a channel
- GPIODriver.GPIOChip - Class in org.lsst.ccs.drivers.gpio
-
A class representing a GPIOChip