pub enum Addr {
_0x32,
_0x33,
_0x34,
_0x35,
}
Expand description
Available I2C addresses for the part
Variants§
_0x32
ASEL1=GND, ASEL2=GND
_0x33
ASEL1=GND, ASEL2=VEN
_0x34
ASEL1=VEN, ASEL2=GND
_0x35
ASEL1=VEN, ASEL2=VEN
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Addr
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
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