|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esf.sbc.catalyst.system.management.service.Gpio
public class Gpio
Static definitions to be used with the ICatalystGpioManagementService
| Field Summary | |
|---|---|
static int |
GPIO_0
gpio line 0 |
static int |
GPIO_1
gpio line 1 |
static int |
GPIO_2
gpio line 2 |
static int |
GPIO_3
gpio line 3 |
static int |
GPIO_4
gpio line 4 |
static int |
GPIO_DISABLE
definition used with the gpio service to disable a gpio line |
static int |
GPIO_DONT_CARE
definition used with the gpio service to define a gpio line parameter as a don't care |
static int |
GPIO_ENABLE
definition used with the gpio service to enable a gpio line |
static int |
GPIO_INPUT
definition used with the gpio service to define a gpio line as an input |
static int |
GPIO_OUTPUT
definition used with the gpio service to define a gpio line as an output |
static int |
GPIO_SCI_DISABLE
definition used with the gpio service to disable SCI |
static int |
GPIO_SCI_ENABLE
definition used with the gpio service to enable SCI |
static int |
GPIO_TRIGGER_EDGE
definition used with the gpio service to define an edge gpio trigger |
static int |
GPIO_TRIGGER_EDGE_FALLING
definition used with the gpio service to define an falling edge gpio trigger |
static int |
GPIO_TRIGGER_EDGE_RISING
definition used with the gpio service to define an rising edge gpio trigger |
static int |
GPIO_TRIGGER_LEVEL
definition used with the gpio service to define a level gpio trigger |
| Constructor Summary | |
|---|---|
Gpio()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GPIO_0
public static final int GPIO_1
public static final int GPIO_2
public static final int GPIO_3
public static final int GPIO_4
public static final int GPIO_DISABLE
public static final int GPIO_ENABLE
public static final int GPIO_INPUT
public static final int GPIO_OUTPUT
public static final int GPIO_DONT_CARE
public static final int GPIO_TRIGGER_EDGE
public static final int GPIO_TRIGGER_LEVEL
public static final int GPIO_TRIGGER_EDGE_RISING
public static final int GPIO_TRIGGER_EDGE_FALLING
public static final int GPIO_SCI_DISABLE
public static final int GPIO_SCI_ENABLE
| Constructor Detail |
|---|
public Gpio()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||