pub enum ADDM7 {
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
impl Eq for ADDM7
impl StructuralPartialEq for ADDM7
Auto Trait Implementations§
impl Freeze for ADDM7
impl RefUnwindSafe for ADDM7
impl Send for ADDM7
impl Sync for ADDM7
impl Unpin for ADDM7
impl UnwindSafe for ADDM7
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