#[repr(u8)]pub enum Vddio2range {
Vddio2range0 = 0,
Vddio2range1 = 1,
Vddio2range2 = 2,
Vddio2range3 = 3,
}Expand description
no description available
Value on reset: 0
Variants§
Vddio2range0 = 0
0: 1.71 - 3.6V. Consumes static current to detect VDDE2 level
Vddio2range1 = 1
1: 1.71 - 1.98V, vdde detector off
Vddio2range2 = 2
2: 3.00 - 3.6V, vdde detector off
Vddio2range3 = 3
3: Not allowed (hardware should translate to 10)
Trait Implementations§
Source§impl Clone for Vddio2range
impl Clone for Vddio2range
Source§fn clone(&self) -> Vddio2range
fn clone(&self) -> Vddio2range
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Vddio2range
impl Debug for Vddio2range
Source§impl From<Vddio2range> for u8
impl From<Vddio2range> for u8
Source§fn from(variant: Vddio2range) -> Self
fn from(variant: Vddio2range) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Vddio2range
impl PartialEq for Vddio2range
impl Copy for Vddio2range
impl Eq for Vddio2range
impl IsEnum for Vddio2range
impl StructuralPartialEq for Vddio2range
Auto Trait Implementations§
impl Freeze for Vddio2range
impl RefUnwindSafe for Vddio2range
impl Send for Vddio2range
impl Sync for Vddio2range
impl Unpin for Vddio2range
impl UnwindSafe for Vddio2range
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