#[repr(u8)]pub enum Edge1 {
EDGE1_0 = 0,
EDGE1_1 = 1,
EDGE1_2 = 2,
EDGE1_3 = 3,
}Variants§
EDGE1_0 = 0
STS1 never asserts
EDGE1_1 = 1
STS1 asserts on rising edges of XBAR_OUT1
EDGE1_2 = 2
STS1 asserts on falling edges of XBAR_OUT1
EDGE1_3 = 3
STS1 asserts on rising and falling edges of XBAR_OUT1
Implementations§
Trait Implementations§
Source§impl Ord for Edge1
impl Ord for Edge1
Source§impl PartialOrd for Edge1
impl PartialOrd for Edge1
impl Copy for Edge1
impl Eq for Edge1
impl StructuralPartialEq for Edge1
Auto Trait Implementations§
impl Freeze for Edge1
impl RefUnwindSafe for Edge1
impl Send for Edge1
impl Sync for Edge1
impl Unpin for Edge1
impl UnwindSafe for Edge1
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