#[repr(u8)]
pub enum GAIN_A {
_1X,
_2X,
_4X,
_8X,
_16X,
DIV2,
}
Expand description
Gain Factor Selection
Value on reset: 0
Variants
_1X
0: 1x
_2X
1: 2x
_4X
2: 4x
_8X
3: 8x
_16X
4: 16x
DIV2
15: 1/2x
Trait Implementations
impl Copy for GAIN_A
impl StructuralPartialEq for GAIN_A
Auto Trait Implementations
impl RefUnwindSafe for GAIN_A
impl Send for GAIN_A
impl Sync for GAIN_A
impl Unpin for GAIN_A
impl UnwindSafe for GAIN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more