pub enum M1_A {
M0 = 0,
BIT7 = 1,
}
Expand description
Word length
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for M1_A
impl StructuralPartialEq for M1_A
Auto Trait Implementations§
impl Freeze for M1_A
impl RefUnwindSafe for M1_A
impl Send for M1_A
impl Sync for M1_A
impl Unpin for M1_A
impl UnwindSafe for M1_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