Enum capsules::fxos8700cq::State
[−]
[src]
enum State { Disabled, ReadAccelSetup, ReadAccelWait, ReadAccelWaiting, ReadAccelReading, ReadAccelDeactivating(i16, i16, i16), ReadMagStart, ReadMagValues, }
Variants
Disabled
Sensor is in standby mode
ReadAccelSetup
Activate the accelerometer to take a reading
ReadAccelWait
Wait for the acceleration sample to be ready
ReadAccelWaiting
Activate sensor to take readings
ReadAccelReading
Reading accelerometer data
ReadAccelDeactivating(i16, i16, i16)
Deactivate sensor
ReadMagStart
Configuring reading the magnetometer
ReadMagValues
Have the magnetometer values and sending them to application
Trait Implementations
impl Clone for State
[src]
fn clone(&self) -> State
[src][−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
Performs copy-assignment from source
. Read more