Enum mma7660fc::Register [] [src]

pub enum Register {
    XOUT,
    YOUT,
    ZOUT,
    TILT,
    SRST,
    SPCNT,
    INTSU,
    MODE,
    SR,
    PDET,
    PD,
}

Register addresses

Variants

Trait Implementations

impl Copy for Register
[src]

impl Clone for Register
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Register

impl Sync for Register