#[repr(u8)]pub enum Edge0 {
EDGE0_0 = 0,
EDGE0_1 = 1,
EDGE0_2 = 2,
EDGE0_3 = 3,
}Variants§
EDGE0_0 = 0
STS0 never asserts
EDGE0_1 = 1
STS0 asserts on rising edges of XBAR_OUT0
EDGE0_2 = 2
STS0 asserts on falling edges of XBAR_OUT0
EDGE0_3 = 3
STS0 asserts on rising and falling edges of XBAR_OUT0
Implementations§
Trait Implementations§
Source§impl Ord for Edge0
impl Ord for Edge0
Source§impl PartialOrd for Edge0
impl PartialOrd for Edge0
impl Copy for Edge0
impl Eq for Edge0
impl StructuralPartialEq for Edge0
Auto Trait Implementations§
impl Freeze for Edge0
impl RefUnwindSafe for Edge0
impl Send for Edge0
impl Sync for Edge0
impl Unpin for Edge0
impl UnwindSafe for Edge0
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