#[repr(u8)]pub enum REFS_A {
AREF = 0,
AVCC = 1,
INTERNAL = 3,
}
Expand description
Reference Selection Bits
Value on reset: 0
Variants§
AREF = 0
0: Aref Internal Vref turned off
AVCC = 1
1: AVcc with external capacitor at AREF pin
INTERNAL = 3
3: Internal 1.1V Voltage Reference with external capacitor at AREF pin
Trait Implementations§
source§impl PartialEq for REFS_A
impl PartialEq for REFS_A
impl Copy for REFS_A
impl Eq for REFS_A
impl StructuralPartialEq for REFS_A
Auto Trait Implementations§
impl Freeze for REFS_A
impl RefUnwindSafe for REFS_A
impl Send for REFS_A
impl Sync for REFS_A
impl Unpin for REFS_A
impl UnwindSafe for REFS_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