#[repr(u8)]
pub enum ICEDGE_A {
RISING,
FALLING,
BOTH,
NONE,
}
Expand description
Input Capture Edge Select
Value on reset: 0
Variants
RISING
0: Rising edges detected
FALLING
1: Falling edges detected
BOTH
2: Both edges detected
NONE
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 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
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