Enum Inm
#[repr(u8)]pub enum Inm {
QUARTER_VREF = 0,
HALF_VREF = 1,
THREE_QUARTER_VREF = 2,
VREF = 3,
DACA = 4,
DACB = 5,
INM1 = 6,
INM2 = 7,
}Variants§
QUARTER_VREF = 0
Inverting input set to 1/4 VRef
HALF_VREF = 1
Inverting input set to 1/2 VRef
THREE_QUARTER_VREF = 2
Inverting input set to 3/4 VRef
VREF = 3
Inverting input set to VRef
DACA = 4
Inverting input set to DAC output (RM0440 24.3.2 Table)
DACB = 5
Inverting input set to DAC output (RM0440 24.3.2 Table)
INM1 = 6
Inverting input set to IO (RM0440 24.3.2 Table)
INM2 = 7
Inverting input set to IO (RM0440 24.3.2 Table)
Implementations§
Trait Implementations§
§impl Ord for Inm
impl Ord for Inm
§impl PartialOrd for Inm
impl PartialOrd for Inm
impl Copy for Inm
impl Eq for Inm
impl StructuralPartialEq for Inm
Auto Trait Implementations§
impl Freeze for Inm
impl RefUnwindSafe for Inm
impl Send for Inm
impl Sync for Inm
impl Unpin for Inm
impl UnwindSafe for Inm
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