#[repr(u8)]pub enum SETCLR3_A {
INDEPENDENT = 0,
L_REVERSED = 1,
H_REVERSED = 2,
}Expand description
Set/clear operation on output 3.
Value on reset: 0
Variants§
INDEPENDENT = 0
0: Set and clear do not depend on the direction of any counter.
L_REVERSED = 1
1: Set and clear are reversed when counter L or the unified counter is counting down.
H_REVERSED = 2
2: Set and clear are reversed when counter H is counting down. Do not use if UNIFY = 1.
Trait Implementations§
impl Copy for SETCLR3_A
impl Eq for SETCLR3_A
impl StructuralPartialEq for SETCLR3_A
Auto Trait Implementations§
impl Freeze for SETCLR3_A
impl RefUnwindSafe for SETCLR3_A
impl Send for SETCLR3_A
impl Sync for SETCLR3_A
impl Unpin for SETCLR3_A
impl UnsafeUnpin for SETCLR3_A
impl UnwindSafe for SETCLR3_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