Enum mag3110::Register[][src]

pub enum Register {
    DR_STATUS,
    OUT_X_MSB,
    OUT_X_LSB,
    OUT_Y_MSB,
    OUT_Y_LSB,
    OUT_Z_MSB,
    OUT_Z_LSB,
    WHO_AM_I,
    SYSMOD,
    OFF_X_MSB,
    OFF_X_LSB,
    OFF_Y_MSB,
    OFF_Y_LSB,
    OFF_Z_MSB,
    OFF_Z_LSB,
    DIE_TEMP,
    CTRL_REG1,
    CTRL_REG2,
}

Variants

Methods

impl Register
[src]

Trait Implementations

impl Copy for Register
[src]

impl Clone for Register
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Register

impl Sync for Register