Enum AdcSupply
#[repr(u8)]pub enum AdcSupply {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
}Expand description
ADC_SUPPLY
Value on reset: 0
Variants§
_000 = 0
0: 5 V input VDD supply (VDD)
_001 = 1
1: 5 V input analog supply (VDDA)
_010 = 2
2: ADC Reference Supply (VREFH)
_011 = 3
3: 3.3 V Oscillator Regulator Output (VDD_3V)
_100 = 4
4: 3.3 V flash regulator output (VDD_flash_3V)
_101 = 5
5: 1.2 V core regulator output (VDD_LV)
Trait Implementations§
impl Copy for AdcSupply
impl Eq for AdcSupply
impl IsEnum for AdcSupply
impl StructuralPartialEq for AdcSupply
Auto Trait Implementations§
impl Freeze for AdcSupply
impl RefUnwindSafe for AdcSupply
impl Send for AdcSupply
impl Sync for AdcSupply
impl Unpin for AdcSupply
impl UnwindSafe for AdcSupply
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