pub enum Standby {
Ms0_5,
Ms62_5,
Ms125,
Ms250,
Ms500,
Ms1000,
Ms2000,
Ms4000,
}Expand description
The inactive period between measurements in normal mode, the t_sb[2:0] field.
Variants§
Ms0_5
0.5 ms.
Ms62_5
62.5 ms.
Ms125
125 ms.
Ms250
250 ms.
Ms500
500 ms.
Ms1000
1000 ms.
Ms2000
2000 ms.
Ms4000
4000 ms.
Implementations§
Trait Implementations§
impl Copy for Standby
impl Eq for Standby
impl StructuralPartialEq for Standby
Auto Trait Implementations§
impl Freeze for Standby
impl RefUnwindSafe for Standby
impl Send for Standby
impl Sync for Standby
impl Unpin for Standby
impl UnsafeUnpin for Standby
impl UnwindSafe for Standby
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