Enum Avgs
#[repr(u8)]pub enum Avgs {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Hardware Average Select
Value on reset: 0
Variants§
_00 = 0
0: 4 samples averaged.
_01 = 1
1: 8 samples averaged.
_10 = 2
2: 16 samples averaged.
_11 = 3
3: 32 samples averaged.
Trait Implementations§
impl Copy for Avgs
impl Eq for Avgs
impl IsEnum for Avgs
impl StructuralPartialEq for Avgs
Auto Trait Implementations§
impl Freeze for Avgs
impl RefUnwindSafe for Avgs
impl Send for Avgs
impl Sync for Avgs
impl Unpin for Avgs
impl UnwindSafe for Avgs
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