#[repr(u8)]pub enum Edge2 {
EDGE2_0 = 0,
EDGE2_1 = 1,
EDGE2_2 = 2,
EDGE2_3 = 3,
}Variants§
EDGE2_0 = 0
STS2 never asserts
EDGE2_1 = 1
STS2 asserts on rising edges of XBAR_OUT2
EDGE2_2 = 2
STS2 asserts on falling edges of XBAR_OUT2
EDGE2_3 = 3
STS2 asserts on rising and falling edges of XBAR_OUT2
Implementations§
Trait Implementations§
Source§impl Ord for Edge2
impl Ord for Edge2
Source§impl PartialOrd for Edge2
impl PartialOrd for Edge2
impl Copy for Edge2
impl Eq for Edge2
impl StructuralPartialEq for Edge2
Auto Trait Implementations§
impl Freeze for Edge2
impl RefUnwindSafe for Edge2
impl Send for Edge2
impl Sync for Edge2
impl Unpin for Edge2
impl UnwindSafe for Edge2
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