Enum rustduino::sensors::MPUdlpfT[][src]

pub enum MPUdlpfT {
    MPU6050dlpf6,
    MPU6050dlpf5,
    MPU6050dlpf4,
    MPU6050dlpf3,
    MPU6050dlpf2,
    MPU6050dlpf1,
    MPU6050dlpf0,
}
Expand description

DLPF time setup.

Variants

MPU6050dlpf6
MPU6050dlpf5
MPU6050dlpf4
MPU6050dlpf3
MPU6050dlpf2
MPU6050dlpf1
MPU6050dlpf0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.