Struct lps22hb::fifo::FifoStatus[][src]

pub struct FifoStatus {
    pub fifo_thresh_reached: bool,
    pub fifo_overrun: bool,
    pub fifo_empty: bool,
    pub fifo_level: u8,
}
Expand description

Contents of the FIFO_STATUS register (threshold reached, overrun, empty, stored data level)

Fields

fifo_thresh_reached: boolfifo_overrun: boolfifo_empty: boolfifo_level: u8

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.