#[repr(u8)]pub enum SwPadCtlPadPmicStbyReqDse {
DSE_0 = 0,
DSE_1 = 1,
DSE_2 = 2,
DSE_3 = 3,
DSE_4 = 4,
DSE_5 = 5,
DSE_6 = 6,
DSE_7 = 7,
}Variants§
DSE_0 = 0
HI-Z
DSE_1 = 1
Dual/Single voltage: 262/260 Ohm @ 1.8V, 247/157 Ohm @ 3.3V
DSE_2 = 2
Dual/Single voltage: 134/130 Ohm @ 1.8V, 126/78 Ohm @ 3.3V
DSE_3 = 3
Dual/Single voltage: 88/88 Ohm @ 1.8V, 84/53 Ohm @ 3.3V
DSE_4 = 4
Dual/Single voltage: 62/65 Ohm @ 1.8V, 57/39 Ohm @ 3.3V
DSE_5 = 5
Dual/Single voltage: 51/52 Ohm @ 1.8V, 47/32 Ohm @ 3.3V
DSE_6 = 6
Dual/Single voltage: 43/43 Ohm @ 1.8V, 40/26 Ohm @ 3.3V
DSE_7 = 7
Dual/Single voltage: 37/37 Ohm @ 1.8V, 34/23 Ohm @ 3.3V
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadPmicStbyReqDse
impl Clone for SwPadCtlPadPmicStbyReqDse
Source§fn clone(&self) -> SwPadCtlPadPmicStbyReqDse
fn clone(&self) -> SwPadCtlPadPmicStbyReqDse
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 SwPadCtlPadPmicStbyReqDse
impl Debug for SwPadCtlPadPmicStbyReqDse
Source§impl From<SwPadCtlPadPmicStbyReqDse> for u8
impl From<SwPadCtlPadPmicStbyReqDse> for u8
Source§fn from(val: SwPadCtlPadPmicStbyReqDse) -> u8
fn from(val: SwPadCtlPadPmicStbyReqDse) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadPmicStbyReqDse
impl From<u8> for SwPadCtlPadPmicStbyReqDse
Source§fn from(val: u8) -> SwPadCtlPadPmicStbyReqDse
fn from(val: u8) -> SwPadCtlPadPmicStbyReqDse
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadPmicStbyReqDse
impl Ord for SwPadCtlPadPmicStbyReqDse
Source§fn cmp(&self, other: &SwPadCtlPadPmicStbyReqDse) -> Ordering
fn cmp(&self, other: &SwPadCtlPadPmicStbyReqDse) -> 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 PartialOrd for SwPadCtlPadPmicStbyReqDse
impl PartialOrd for SwPadCtlPadPmicStbyReqDse
impl Copy for SwPadCtlPadPmicStbyReqDse
impl Eq for SwPadCtlPadPmicStbyReqDse
impl StructuralPartialEq for SwPadCtlPadPmicStbyReqDse
Auto Trait Implementations§
impl Freeze for SwPadCtlPadPmicStbyReqDse
impl RefUnwindSafe for SwPadCtlPadPmicStbyReqDse
impl Send for SwPadCtlPadPmicStbyReqDse
impl Sync for SwPadCtlPadPmicStbyReqDse
impl Unpin for SwPadCtlPadPmicStbyReqDse
impl UnwindSafe for SwPadCtlPadPmicStbyReqDse
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