pub enum MODE_A {
REFRESH_COUNT = 0,
NEXT_STEP = 1,
}
Expand description
Selects source for advancing the active sequence
Value on reset: 0
Variants§
REFRESH_COUNT = 0
0: SEQ[n].REFRESH is used to determine loading internal compare registers
NEXT_STEP = 1
1: NEXTSTEP task causes a new value to be loaded to internal compare registers
Trait Implementations§
impl Copy for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations§
impl Freeze for MODE_A
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnwindSafe for MODE_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more