|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sequencer.Clock | |
|---|---|
| ioio.lib.api | |
| Uses of Sequencer.Clock in ioio.lib.api |
|---|
| Fields in ioio.lib.api declared as Sequencer.Clock | |
|---|---|
Sequencer.Clock |
Sequencer.ChannelConfigPwmPosition.clk
The clock rate for this channel (cannot be changed on a per-cue basis). |
Sequencer.Clock |
Sequencer.ChannelConfigPwmSpeed.clk
The clock rate for this channel (cannot be changed on a per-cue basis). |
Sequencer.Clock |
Sequencer.ChannelConfigFmSpeed.clk
The clock rate for this channel (cannot be changed on a per-cue basis). |
Sequencer.Clock |
Sequencer.ChannelCueSteps.clk
The clock rate for this cue. |
| Methods in ioio.lib.api that return Sequencer.Clock | |
|---|---|
static Sequencer.Clock |
Sequencer.Clock.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sequencer.Clock[] |
Sequencer.Clock.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in ioio.lib.api with parameters of type Sequencer.Clock | |
|---|---|
Sequencer.ChannelConfigFmSpeed(Sequencer.Clock clk,
int pulseWidth,
DigitalOutput.Spec... pinSpec)
Constructor. |
|
Sequencer.ChannelConfigPwmPosition(Sequencer.Clock clk,
int period,
int initialPulseWidth,
DigitalOutput.Spec... pinSpec)
Constructor. |
|
Sequencer.ChannelConfigPwmSpeed(Sequencer.Clock clk,
int period,
int initialPulseWidth,
DigitalOutput.Spec... pinSpec)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||