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