Enum lps22hb::ODR[][src]

pub enum ODR {
    PowerDown,
    _1Hz,
    _10Hz,
    _25Hz,
    _50Hz,
    _75Hz,
}
Expand description

Output data rate and power mode selection (ODR). (Refer to Table 17)

Variants

PowerDown

Power-down / One-shot mode enabled

_1Hz

1 Hz

_10Hz

10 Hz

_25Hz

25 Hz

_50Hz

50 Hz

_75Hz

75 Hz

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.