Enum l3gd20::Bandwidth [] [src]

pub enum Bandwidth {
    Low,
    Medium,
    High,
    Maximum,
}

Bandwidth of sensor

The bandwidth of the sensor is equal to the cut-off for the low-pass filter. The cut-off depends on the Odr of the sensor, for specific information consult the data sheet.

Variants

Lowest possible cut-off for any Odr configuration

Medium cut-off, can be the same as High for some Odr configurations

High cut-off

Maximum cut-off for any Odr configuration

Trait Implementations

impl Debug for Bandwidth
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Bandwidth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Bandwidth
[src]

Auto Trait Implementations

impl Send for Bandwidth

impl Sync for Bandwidth