Uses of Class
ioio.lib.api.SpiMaster.Rate

Packages that use SpiMaster.Rate
ioio.lib.api   
ioio.lib.impl   
 

Uses of SpiMaster.Rate in ioio.lib.api
 

Fields in ioio.lib.api declared as SpiMaster.Rate
 SpiMaster.Rate SpiMaster.Config.rate
          Data rate.
 

Methods in ioio.lib.api that return SpiMaster.Rate
static SpiMaster.Rate SpiMaster.Rate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpiMaster.Rate[] SpiMaster.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 SpiMaster.Rate
 SpiMaster IOIO.openSpiMaster(int miso, int mosi, int clk, int[] slaveSelect, SpiMaster.Rate rate)
          Shorthand for {@link #openSpiMaster(ioio.lib.api.DigitalInput.Spec, ioio.lib.api.DigitalOutput.Spec, ioio.lib.api.DigitalOutput.Spec, ioio.lib.api.DigitalOutput.Spec[], ioio.lib.api.SpiMaster.Config), where the pins are all open with the default modes and default configuration values are used.
 SpiMaster IOIO.openSpiMaster(int miso, int mosi, int clk, int slaveSelect, SpiMaster.Rate rate)
          Shorthand for {@link #openSpiMaster(ioio.lib.api.DigitalInput.Spec, ioio.lib.api.DigitalOutput.Spec, ioio.lib.api.DigitalOutput.Spec, ioio.lib.api.DigitalOutput.Spec[], ioio.lib.api.SpiMaster.Config), where the MISO pins is opened with pull up, and the other pins are open with the default modes and default configuration values are used.
 

Constructors in ioio.lib.api with parameters of type SpiMaster.Rate
SpiMaster.Config(SpiMaster.Rate rate)
          Constructor with common defaults.
SpiMaster.Config(SpiMaster.Rate rate, boolean invertClk, boolean sampleOnTrailing)
          Constructor.
 

Uses of SpiMaster.Rate in ioio.lib.impl
 

Methods in ioio.lib.impl with parameters of type SpiMaster.Rate
 SpiMaster IOIOImpl.openSpiMaster(int miso, int mosi, int clk, int[] slaveSelect, SpiMaster.Rate rate)
           
 SpiMaster IOIOImpl.openSpiMaster(int miso, int mosi, int clk, int slaveSelect, SpiMaster.Rate rate)