#[repr(u8)]pub enum Intref {
VDDA2 = 0,
VDDA3V = 1,
VSSA3V = 2,
NOT = 3,
}Variants§
VDDA2 = 0
Select OPAMP input rail to rail voltage from 0 to VDD_ANA
VDDA3V = 1
Select OPAMP input rail to rail voltage from 0 to VDD_ANA-0.8V
VSSA3V = 2
Select OPAMP input rail to rail voltage from 0.8V to VDD_ANA
NOT = 3
Not allowed
Implementations§
Trait Implementations§
Source§impl Ord for Intref
impl Ord for Intref
Source§impl PartialOrd for Intref
impl PartialOrd for Intref
impl Copy for Intref
impl Eq for Intref
impl StructuralPartialEq for Intref
Auto Trait Implementations§
impl Freeze for Intref
impl RefUnwindSafe for Intref
impl Send for Intref
impl Sync for Intref
impl Unpin for Intref
impl UnwindSafe for Intref
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