#[repr(u8)]
pub enum OdrSetting {
    Odr0_75Hz,
    Odr1_5Hz,
    Odr3_0Hz,
    Odr7_5Hz,
    Odr15_0Hz,
    Odr30_0Hz,
    Odr220_0Hz,
}
Expand description

Output Data Rate settings in Hz

Variants

Odr0_75Hz

Odr1_5Hz

Odr3_0Hz

Odr7_5Hz

Odr15_0Hz

Odr30_0Hz

Odr220_0Hz

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.