Enum mpu9250::Dlpf[][src]

pub enum Dlpf {
    _0,
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
}

Digital low pass filter configuration; default: _0;

Variants

Accelerometer: bandwitdh=218.Hz, delay=1.88ms; Gyroscope: bandwidth=250Hz, delay=0.97ms, Fs=8kHz; Temperature sensor: bandwidth=4000 Hz, delay=0.04ms.

Accelerometer: bandwidth=218.1Hz, delay=1.88ms; Gyroscope: bandwidth=184Hz, delay=2.9ms, Fs=1kHz; Temperature sensor: bandwidth=188Hz delay=1.9ms.

Accelerometer: bandwidth=99Hz, delay=2.88ms; Gyroscope: bandwidth=92Hz, delay=3.9ms, Fs=1kHz; Temperature sensor: bandwidth=92Hz, delay=2.8ms.

Accelerometer bandwidth=44.8Hz, delay=4.88ms; Gyroscope: bandwidth=41Hz, delay=5.9ms, Fs=1kHz; Temperature sensor: bandwidth=42Hz, delay=4.8ms.

Accelerometer: bandwidth=21.2Hz, delay=8.87ms; Gyroscope: bandwidth=20Hz, delay=9.9ms, Fs=1kHz; Temperature sensor: bandwidth=20Hz, delay=8.3ms.

Accelerometer: bandwidth=10.2Hz, delay=16.83ms; Gyroscope: bandwidth=10Hz, delay=17.85ms, Fs=1kHz; Temperature sensor: bandwidth=10Hz, delay=13.4ms.

Accelerometer: bandwidth=5.05Hz, delay=32.48ms; Gyroscope: bandwidth=5Hz, delay=33.48ms, Fs=1kHz; Temperature sensor: bandwidth=5Hz, delay=18.6ms.

Accelerometer: bandwidth=420Hz, delay=1.38ms; Gyroscope: bandwidth=3600Hz, delay=0.17ms, Fs=8kHz; Temperature sensor: bandwidth=4000Hz, delay=0.04ms.

Trait Implementations

impl Copy for Dlpf
[src]

impl Clone for Dlpf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dlpf
[src]

Formats the value using the given formatter. Read more

impl Default for Dlpf
[src]

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

Auto Trait Implementations

impl Send for Dlpf

impl Sync for Dlpf