#[repr(u8)]
pub enum REFSEL_A {
INT1V,
AVCC,
VREFP,
}
Expand description
Reference Selection
Value on reset: 0
Variants
INT1V
0: Internal 1.0V reference
AVCC
1: AVCC
VREFP
2: External reference
Trait Implementations
impl Copy for REFSEL_A
impl StructuralPartialEq for REFSEL_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more