pub enum DataRate {
ODR_0_625Hz,
ODR_1_25Hz,
ODR_2_5Hz,
ODR_5Hz,
ODR_10Hz,
ODR_20Hz,
ODR_40Hz,
ODR_80Hz,
ODR_Fast,
}
Expand description
Possible data rates at which the xyz data can be provided
Variants§
ODR_0_625Hz
ODR_1_25Hz
ODR_2_5Hz
ODR_5Hz
ODR_10Hz
ODR_20Hz
ODR_40Hz
ODR_80Hz
ODR_Fast
Fastest obtainable data rate for the given operating mode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataRate
impl RefUnwindSafe for DataRate
impl Send for DataRate
impl Sync for DataRate
impl Unpin for DataRate
impl UnwindSafe for DataRate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more