#[repr(u8)]
pub enum IDXCMD_A {
DISABLE,
SET,
CLEAR,
HOLD,
}
Expand description
Ramp Index Command
Value on reset: 0
Variants
DISABLE
0: Command disabled: Index toggles between cycles A and B
SET
1: Set index: cycle B will be forced in the next cycle
CLEAR
2: Clear index: cycle A will be forced in the next cycle
HOLD
3: Hold index: the next cycle will be the same as the current cycle
Trait Implementations
impl Copy for IDXCMD_A
impl StructuralPartialEq for IDXCMD_A
Auto Trait Implementations
impl RefUnwindSafe for IDXCMD_A
impl Send for IDXCMD_A
impl Sync for IDXCMD_A
impl Unpin for IDXCMD_A
impl UnwindSafe for IDXCMD_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more