[][src]Enum bmp388::SamplingRate

pub enum SamplingRate {
    ms5,
    ms10,
    ms20,
    ms40,
    ms80,
    ms160,
    ms320,
    ms640,
    ms1_280,
    ms2_560,
    ms5_120,
    ms1_024,
    ms2_048,
    ms4_096,
    ms8_192,
    ms16_384,
    ms32_768,
    ms65_536,
}

Standby time in ms

Variants

ms5

Prescaler 1 (5ms)

ms10

Prescaler 2 (10ms)

ms20

Prescaler 4 (20ms)

ms40

Prescaler 8 (40ms)

ms80

Prescaler 16 (80ms)

ms160

Prescaler 32 (160ms)

ms320

Prescaler 64 (320ms)

ms640

Prescaler 128 (640ms)

ms1_280

Prescaler 256 (1.280s)

ms2_560

Prescaler 512 (2.560s)

ms5_120

Prescaler 1024 (5.120s)

ms1_024

Prescaler 2048 (10.24s)

ms2_048

Prescaler 4096 (20.48s)

ms4_096

Prescaler 8192 (40.96s)

ms8_192

Prescaler 16384 (81.92s)

ms16_384

Prescaler 32768 (163.84s)

ms32_768

Prescaler 65536 (327.68s)

ms65_536

Prescaler 131072 (655.36s)

Trait Implementations

impl Copy for SamplingRate[src]

impl Debug for SamplingRate[src]

impl Clone for SamplingRate[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

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]