#[repr(u8)]pub enum SwPadCtlPadPmicOnReqDse {
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 SwPadCtlPadPmicOnReqDse
impl Clone for SwPadCtlPadPmicOnReqDse
Source§fn clone(&self) -> SwPadCtlPadPmicOnReqDse
fn clone(&self) -> SwPadCtlPadPmicOnReqDse
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 SwPadCtlPadPmicOnReqDse
impl Debug for SwPadCtlPadPmicOnReqDse
Source§impl From<SwPadCtlPadPmicOnReqDse> for u8
impl From<SwPadCtlPadPmicOnReqDse> for u8
Source§fn from(val: SwPadCtlPadPmicOnReqDse) -> u8
fn from(val: SwPadCtlPadPmicOnReqDse) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadPmicOnReqDse
impl From<u8> for SwPadCtlPadPmicOnReqDse
Source§fn from(val: u8) -> SwPadCtlPadPmicOnReqDse
fn from(val: u8) -> SwPadCtlPadPmicOnReqDse
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadPmicOnReqDse
impl Ord for SwPadCtlPadPmicOnReqDse
Source§fn cmp(&self, other: &SwPadCtlPadPmicOnReqDse) -> Ordering
fn cmp(&self, other: &SwPadCtlPadPmicOnReqDse) -> 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 SwPadCtlPadPmicOnReqDse
impl PartialEq for SwPadCtlPadPmicOnReqDse
Source§impl PartialOrd for SwPadCtlPadPmicOnReqDse
impl PartialOrd for SwPadCtlPadPmicOnReqDse
impl Copy for SwPadCtlPadPmicOnReqDse
impl Eq for SwPadCtlPadPmicOnReqDse
impl StructuralPartialEq for SwPadCtlPadPmicOnReqDse
Auto Trait Implementations§
impl Freeze for SwPadCtlPadPmicOnReqDse
impl RefUnwindSafe for SwPadCtlPadPmicOnReqDse
impl Send for SwPadCtlPadPmicOnReqDse
impl Sync for SwPadCtlPadPmicOnReqDse
impl Unpin for SwPadCtlPadPmicOnReqDse
impl UnwindSafe for SwPadCtlPadPmicOnReqDse
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