pub enum ADDM7_A {
BIT4 = 0,
BIT7 = 1,
}
Expand description
7-bit Address Detection/4-bit Address Detection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADDM7_A
impl StructuralPartialEq for ADDM7_A
Auto Trait Implementations§
impl Freeze for ADDM7_A
impl RefUnwindSafe for ADDM7_A
impl Send for ADDM7_A
impl Sync for ADDM7_A
impl Unpin for ADDM7_A
impl UnwindSafe for ADDM7_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