#[repr(u8)]pub enum EDSEL_A {
OFF = 0,
POSEDGE = 1,
NEGEDGE = 2,
BOTHEDGES = 3,
}
Expand description
Edge Detect Select
Value on reset: 0
Variants§
OFF = 0
0: Signal is left as it is
POSEDGE = 1
1: A one HFPERCLK cycle pulse is generated for every positive edge of the incoming signal
NEGEDGE = 2
2: A one HFPERCLK clock cycle pulse is generated for every negative edge of the incoming signal
BOTHEDGES = 3
3: A one HFPERCLK clock cycle pulse is generated for every edge of the incoming signal
Trait Implementations§
impl Copy for EDSEL_A
impl StructuralPartialEq for EDSEL_A
Auto Trait Implementations§
impl Freeze for EDSEL_A
impl RefUnwindSafe for EDSEL_A
impl Send for EDSEL_A
impl Sync for EDSEL_A
impl Unpin for EDSEL_A
impl UnwindSafe for EDSEL_A
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