Enum avr_device::atmega4809::ccl::lut1ctrla::EDGEDET_A
source · pub enum EDGEDET_A {
DIS = 0,
EN = 1,
}
Expand description
Edge Detection Enable
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for EDGEDET_A
impl PartialEq for EDGEDET_A
impl Copy for EDGEDET_A
impl Eq for EDGEDET_A
impl StructuralPartialEq for EDGEDET_A
Auto Trait Implementations§
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