pub enum EDGEDET_A {
DIS = 0,
EN = 1,
}
Expand description
Edge Detection Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EDGEDET_A
impl Eq for EDGEDET_A
impl StructuralPartialEq for EDGEDET_A
Auto Trait Implementations§
impl Freeze for EDGEDET_A
impl RefUnwindSafe for EDGEDET_A
impl Send for EDGEDET_A
impl Sync for EDGEDET_A
impl Unpin for EDGEDET_A
impl UnwindSafe for EDGEDET_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