pub enum REFSELR {
INT1V2,
INT1V8,
INT2V4,
VDD,
AREF,
_Reserved(u8),
}Expand description
Possible values of the field REFSEL
Variants§
INT1V2
VREF = internal 1.2 V reference (VDD >= 1.7 V)
INT1V8
VREF = internal 1.8 V reference (VDD >= VREF + 0.2 V)
INT2V4
VREF = internal 2.4 V reference (VDD >= VREF + 0.2 V)
VDD
VREF = VDD
AREF
VREF = AREF (VDD >= VREF >= AREFMIN)
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for REFSELR
impl StructuralPartialEq for REFSELR
Auto Trait Implementations§
impl Freeze for REFSELR
impl RefUnwindSafe for REFSELR
impl Send for REFSELR
impl Sync for REFSELR
impl Unpin for REFSELR
impl UnsafeUnpin for REFSELR
impl UnwindSafe for REFSELR
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