|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TwiMaster.Rate | |
|---|---|
| ioio.lib.api | |
| ioio.lib.impl | |
| Uses of TwiMaster.Rate in ioio.lib.api |
|---|
| Methods in ioio.lib.api that return TwiMaster.Rate | |
|---|---|
static TwiMaster.Rate |
TwiMaster.Rate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TwiMaster.Rate[] |
TwiMaster.Rate.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ioio.lib.api with parameters of type TwiMaster.Rate | |
|---|---|
TwiMaster |
IOIO.openTwiMaster(int twiNum,
TwiMaster.Rate rate,
boolean smbus)
Open a TWI (Two-Wire Interface, such as I2C/SMBus) master module, enabling communication with multiple TWI-enabled slave modules. |
| Uses of TwiMaster.Rate in ioio.lib.impl |
|---|
| Methods in ioio.lib.impl with parameters of type TwiMaster.Rate | |
|---|---|
void |
IOIOProtocol.i2cConfigureMaster(int i2cNum,
TwiMaster.Rate rate,
boolean smbusLevels)
|
TwiMaster |
IOIOImpl.openTwiMaster(int twiNum,
TwiMaster.Rate rate,
boolean smbus)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||