pub enum ADD10_A {
BIT7 = 0,
BIT10 = 1,
}
Expand description
10-bit addressing mode (master mode)
Value on reset: 0
Variants§
BIT7 = 0
0: The master operates in 7-bit addressing mode
BIT10 = 1
1: The master operates in 10-bit addressing mode
Trait Implementations§
impl Copy for ADD10_A
impl StructuralPartialEq for ADD10_A
Auto Trait Implementations§
impl Freeze for ADD10_A
impl RefUnwindSafe for ADD10_A
impl Send for ADD10_A
impl Sync for ADD10_A
impl Unpin for ADD10_A
impl UnwindSafe for ADD10_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