Enum mpu9250::MagScale[][src]

pub enum MagScale {
    _14BITS,
    _16BITS,
}

Gyroscope reading full scale configuration; default: 0.6 mG per LSB

Variants

0.6 mG per LSB

0.15 mG per LSB

Trait Implementations

impl Copy for MagScale
[src]

impl Clone for MagScale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MagScale
[src]

Formats the value using the given formatter. Read more

impl Default for MagScale
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for MagScale

impl Sync for MagScale