#[repr(u8)]
pub enum EDSEL_A {
OFF,
POSEDGE,
NEGEDGE,
BOTHEDGES,
}
Expand description
Edge Detect Select
Value on reset: 0
Variants
OFF
0: Signal is left as it is
POSEDGE
1: A one HFPERCLK cycle pulse is generated for every positive edge of the incoming signal
NEGEDGE
2: A one HFPERCLK clock cycle pulse is generated for every negative edge of the incoming signal
BOTHEDGES
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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more