[][src]Enum qmc5883l::OversampleRate

#[repr(u8)]
pub enum OversampleRate {
    Rate64,
    Rate128,
    Rate256,
    Rate512,
}

Oversampling rate; controls bandwidth of internal digital filter. Larger oversampling gets less in-band noise but higher power consumption.

Variants

Rate64

Oversample by 64.

Rate128

Oversample by 128.

Rate256

Oversample by 256.

Rate512

Oversample by 512.

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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