#[repr(u8)]pub enum Vddio1range {
VDDIO_1RANGE_0 = 0,
VDDIO_1RANGE_1 = 1,
VDDIO_1RANGE_2 = 2,
VDDIO_1RANGE_3 = 3,
}Variants§
VDDIO_1RANGE_0 = 0
1.71-3.6V. Consumes static current to detect VDDE1 level
VDDIO_1RANGE_1 = 1
1.71 - 1.98V, vdde detector off
VDDIO_1RANGE_2 = 2
3.00 - 3.6V, vdde detector off
VDDIO_1RANGE_3 = 3
Not allowed (hardware should translate to 10)
Implementations§
Source§impl Vddio1range
impl Vddio1range
Trait Implementations§
Source§impl Clone for Vddio1range
impl Clone for Vddio1range
Source§fn clone(&self) -> Vddio1range
fn clone(&self) -> Vddio1range
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 Vddio1range
impl Debug for Vddio1range
Source§impl From<Vddio1range> for u8
impl From<Vddio1range> for u8
Source§fn from(val: Vddio1range) -> u8
fn from(val: Vddio1range) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Vddio1range
impl From<u8> for Vddio1range
Source§fn from(val: u8) -> Vddio1range
fn from(val: u8) -> Vddio1range
Converts to this type from the input type.
Source§impl Ord for Vddio1range
impl Ord for Vddio1range
Source§fn cmp(&self, other: &Vddio1range) -> Ordering
fn cmp(&self, other: &Vddio1range) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Vddio1range
impl PartialEq for Vddio1range
Source§impl PartialOrd for Vddio1range
impl PartialOrd for Vddio1range
impl Copy for Vddio1range
impl Eq for Vddio1range
impl StructuralPartialEq for Vddio1range
Auto Trait Implementations§
impl Freeze for Vddio1range
impl RefUnwindSafe for Vddio1range
impl Send for Vddio1range
impl Sync for Vddio1range
impl Unpin for Vddio1range
impl UnwindSafe for Vddio1range
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