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