[][src]Enum lis3mdl::DataRate

pub enum DataRate {
    ODR_0_625Hz,
    ODR_1_25Hz,
    ODR_2_5Hz,
    ODR_5Hz,
    ODR_10Hz,
    ODR_20Hz,
    ODR_40Hz,
    ODR_80Hz,
    ODR_Fast,
}

Possible data rates at which the xyz data can be provided

Variants

ODR_0_625HzODR_1_25HzODR_2_5HzODR_5HzODR_10HzODR_20HzODR_40HzODR_80HzODR_Fast

Fastest obtainable data rate for the given operating mode

Trait Implementations

impl Debug for DataRate[src]

Auto Trait Implementations

impl Send for DataRate

impl Sync for DataRate

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]