#[repr(u8)]pub enum ICEDGE_A {
RISING = 0,
FALLING = 1,
BOTH = 2,
NONE = 3,
}
Expand description
Input Capture Edge Select
Value on reset: 0
Variants§
RISING = 0
0: Rising edges detected
FALLING = 1
1: Falling edges detected
BOTH = 2
2: Both edges detected
NONE = 3
3: No edge detection, signal is left as it is
Trait Implementations§
impl Copy for ICEDGE_A
impl StructuralPartialEq for ICEDGE_A
Auto Trait Implementations§
impl Freeze for ICEDGE_A
impl RefUnwindSafe for ICEDGE_A
impl Send for ICEDGE_A
impl Sync for ICEDGE_A
impl Unpin for ICEDGE_A
impl UnwindSafe for ICEDGE_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