|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of KartControlRegister in ch.hei.kart |
---|
Methods in ch.hei.kart that return KartControlRegister | |
---|---|
static KartControlRegister |
KartControlRegister.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KartControlRegister[] |
KartControlRegister.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.hei.kart with parameters of type KartControlRegister | |
---|---|
int |
Kart.getControlRegister(KartControlRegister register)
Returns the actual value of the control register. |
int |
Kart.getControlRegisterUnsigned(KartControlRegister register)
Returns the actual value of the control register. |
void |
Kart.setControlRegister(KartControlRegister register,
int value)
Sets the given control register to the given value. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |