Enum stm32wlxx_hal::pac::i2c1::cr2::ADD10_A
pub enum ADD10_A {
Bit7 = 0,
Bit10 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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 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