Enum lp55231::Addr[][src]

pub enum Addr {
    _0x32,
    _0x33,
    _0x34,
    _0x35,
}

Available I2C addresses for the part

Variants

ASEL1=GND, ASEL2=GND

ASEL1=GND, ASEL2=VEN

ASEL1=VEN, ASEL2=GND

ASEL1=VEN, ASEL2=VEN

Trait Implementations

impl Copy for Addr
[src]

impl Clone for Addr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Addr> for u8
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Addr

impl Sync for Addr