pub enum DataRate {
Sps8,
Sps16,
Sps32,
Sps64,
Sps128,
Sps250,
Sps475,
Sps860,
}Expand description
The output data rate (Config bits 7:5), in samples per second.
Variants§
Sps8
8 samples per second.
Sps16
16 samples per second.
Sps32
32 samples per second.
Sps64
64 samples per second.
Sps128
128 samples per second (the default).
Sps250
250 samples per second.
Sps475
475 samples per second.
Sps860
860 samples per second.
Implementations§
Trait Implementations§
impl Copy for DataRate
impl Eq for DataRate
impl StructuralPartialEq for DataRate
Auto Trait Implementations§
impl Freeze for DataRate
impl RefUnwindSafe for DataRate
impl Send for DataRate
impl Sync for DataRate
impl Unpin for DataRate
impl UnsafeUnpin 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