#[repr(u8)]pub enum Edge3 {
EDGE3_0 = 0,
EDGE3_1 = 1,
EDGE3_2 = 2,
EDGE3_3 = 3,
}Variants§
EDGE3_0 = 0
STS3 never asserts
EDGE3_1 = 1
STS3 asserts on rising edges of XBAR_OUT3
EDGE3_2 = 2
STS3 asserts on falling edges of XBAR_OUT3
EDGE3_3 = 3
STS3 asserts on rising and falling edges of XBAR_OUT3
Implementations§
Trait Implementations§
Source§impl Ord for Edge3
impl Ord for Edge3
Source§impl PartialOrd for Edge3
impl PartialOrd for Edge3
impl Copy for Edge3
impl Eq for Edge3
impl StructuralPartialEq for Edge3
Auto Trait Implementations§
impl Freeze for Edge3
impl RefUnwindSafe for Edge3
impl Send for Edge3
impl Sync for Edge3
impl Unpin for Edge3
impl UnwindSafe for Edge3
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