#[repr(u8)]pub enum RESSEL_A {
RES0 = 0,
RES1 = 1,
RES2 = 2,
RES3 = 3,
RES4 = 4,
RES5 = 5,
RES6 = 6,
RES7 = 7,
}
Expand description
OPA1 Resistor Ladder Select
Value on reset: 0
Variants§
RES0 = 0
0: Gain of 1/3
RES1 = 1
1: Gain of 1
RES2 = 2
2: Gain of 1 2/3
RES3 = 3
3: Gain of 2
RES4 = 4
4: Gain of 3
RES5 = 5
5: Gain of 4 1/3
RES6 = 6
6: Gain of 7
RES7 = 7
7: Gain of 15
Trait Implementations§
impl Copy for RESSEL_A
impl StructuralPartialEq for RESSEL_A
Auto Trait Implementations§
impl Freeze for RESSEL_A
impl RefUnwindSafe for RESSEL_A
impl Send for RESSEL_A
impl Sync for RESSEL_A
impl Unpin for RESSEL_A
impl UnwindSafe for RESSEL_A
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