#[repr(u8)]pub enum REFSEL_A {
_1V25 = 0,
_2V5 = 1,
VDD = 2,
}
Expand description
Reference Selection
Value on reset: 0
Variants§
_1V25 = 0
0: Internal 1.25 V bandgap reference
_2V5 = 1
1: Internal 2.5 V bandgap reference
VDD = 2
2: VDD reference
Trait Implementations§
impl Copy for REFSEL_A
impl StructuralPartialEq for REFSEL_A
Auto Trait Implementations§
impl Freeze for REFSEL_A
impl RefUnwindSafe for REFSEL_A
impl Send for REFSEL_A
impl Sync for REFSEL_A
impl Unpin for REFSEL_A
impl UnwindSafe for REFSEL_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