Enum bma2xx::FIFOConfig

source ·
pub enum FIFOConfig {
    BYPASS,
    FIFO,
    STREAM,
}
Expand description

Various FIFO operating modes

Variants

BYPASS

Don’t use the FIFO. Reads from the FIFO are the immediate value

FIFO

Collect readings and don’t drop readings if buffer is full

STREAM

Collect readings but discard the oldest

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.