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