pub enum Xne {
Xne0 = 0,
Xne1 = 1,
}Expand description
Select Positive/Negative Edge of INDEX/PRESET Pulse
Value on reset: 0
Variants§
Xne0 = 0
0: Use positive edge of INDEX/PRESET pulse
Xne1 = 1
1: Use negative edge of INDEX/PRESET pulse
Trait Implementations§
impl Copy for Xne
impl Eq for Xne
impl StructuralPartialEq for Xne
Auto Trait Implementations§
impl Freeze for Xne
impl RefUnwindSafe for Xne
impl Send for Xne
impl Sync for Xne
impl Unpin for Xne
impl UnsafeUnpin for Xne
impl UnwindSafe for Xne
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