#[repr(u8)]pub enum ADVREGEN {
Intermediate = 0,
Enabled = 1,
Disabled = 2,
}
Expand description
ADVREGEN
Value on reset: 0
Variants§
Intermediate = 0
0: Intermediate state required when moving the ADC voltage regulator between states
Enabled = 1
1: ADC voltage regulator enabled
Disabled = 2
2: ADC voltage regulator disabled
Trait Implementations§
impl Copy for ADVREGEN
impl Eq for ADVREGEN
impl IsEnum for ADVREGEN
impl StructuralPartialEq for ADVREGEN
Auto Trait Implementations§
impl Freeze for ADVREGEN
impl RefUnwindSafe for ADVREGEN
impl Send for ADVREGEN
impl Sync for ADVREGEN
impl Unpin for ADVREGEN
impl UnwindSafe for ADVREGEN
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