#[repr(u8)]pub enum Vddio0range {
VDDIO_0RANGE_0 = 0,
VDDIO_0RANGE_1 = 1,
VDDIO_0RANGE_2 = 2,
VDDIO_0RANGE_3 = 3,
}Variants§
VDDIO_0RANGE_0 = 0
1.71 - 3.6V. Consumes static current to detect VDDE0 level
VDDIO_0RANGE_1 = 1
1.71 - 1.98V, vdde detector off
VDDIO_0RANGE_2 = 2
3.00 - 3.6V, vdde detector off
VDDIO_0RANGE_3 = 3
Not allowed (hardware should translate to 10)
Implementations§
Source§impl Vddio0range
impl Vddio0range
Trait Implementations§
Source§impl Clone for Vddio0range
impl Clone for Vddio0range
Source§fn clone(&self) -> Vddio0range
fn clone(&self) -> Vddio0range
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 Vddio0range
impl Debug for Vddio0range
Source§impl From<Vddio0range> for u8
impl From<Vddio0range> for u8
Source§fn from(val: Vddio0range) -> u8
fn from(val: Vddio0range) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Vddio0range
impl From<u8> for Vddio0range
Source§fn from(val: u8) -> Vddio0range
fn from(val: u8) -> Vddio0range
Converts to this type from the input type.
Source§impl Ord for Vddio0range
impl Ord for Vddio0range
Source§fn cmp(&self, other: &Vddio0range) -> Ordering
fn cmp(&self, other: &Vddio0range) -> 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 Vddio0range
impl PartialEq for Vddio0range
Source§impl PartialOrd for Vddio0range
impl PartialOrd for Vddio0range
impl Copy for Vddio0range
impl Eq for Vddio0range
impl StructuralPartialEq for Vddio0range
Auto Trait Implementations§
impl Freeze for Vddio0range
impl RefUnwindSafe for Vddio0range
impl Send for Vddio0range
impl Sync for Vddio0range
impl Unpin for Vddio0range
impl UnwindSafe for Vddio0range
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