#[repr(u8)]pub enum SwPadCtlPadTestModeDse {
DSE_0_OUTPUT_DRIVER_DISABLED_ = 0,
DSE_1_R0_150_OHM___3_3V__260_OHM_1_8V = 1,
DSE_2_R0_2 = 2,
DSE_3_R0_3 = 3,
DSE_4_R0_4 = 4,
DSE_5_R0_5 = 5,
DSE_6_R0_6 = 6,
DSE_7_R0_7 = 7,
}Variants§
DSE_0_OUTPUT_DRIVER_DISABLED_ = 0
output driver disabled;
DSE_1_R0_150_OHM___3_3V__260_OHM_1_8V = 1
R0(150 Ohm @ 3.3V, 260 Ohm@1.8V)
DSE_2_R0_2 = 2
R0/2
DSE_3_R0_3 = 3
R0/3
DSE_4_R0_4 = 4
R0/4
DSE_5_R0_5 = 5
R0/5
DSE_6_R0_6 = 6
R0/6
DSE_7_R0_7 = 7
R0/7
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadTestModeDse
impl Clone for SwPadCtlPadTestModeDse
Source§fn clone(&self) -> SwPadCtlPadTestModeDse
fn clone(&self) -> SwPadCtlPadTestModeDse
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 SwPadCtlPadTestModeDse
impl Debug for SwPadCtlPadTestModeDse
Source§impl From<SwPadCtlPadTestModeDse> for u8
impl From<SwPadCtlPadTestModeDse> for u8
Source§fn from(val: SwPadCtlPadTestModeDse) -> u8
fn from(val: SwPadCtlPadTestModeDse) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadTestModeDse
impl From<u8> for SwPadCtlPadTestModeDse
Source§fn from(val: u8) -> SwPadCtlPadTestModeDse
fn from(val: u8) -> SwPadCtlPadTestModeDse
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadTestModeDse
impl Ord for SwPadCtlPadTestModeDse
Source§fn cmp(&self, other: &SwPadCtlPadTestModeDse) -> Ordering
fn cmp(&self, other: &SwPadCtlPadTestModeDse) -> 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 SwPadCtlPadTestModeDse
impl PartialEq for SwPadCtlPadTestModeDse
Source§impl PartialOrd for SwPadCtlPadTestModeDse
impl PartialOrd for SwPadCtlPadTestModeDse
impl Copy for SwPadCtlPadTestModeDse
impl Eq for SwPadCtlPadTestModeDse
impl StructuralPartialEq for SwPadCtlPadTestModeDse
Auto Trait Implementations§
impl Freeze for SwPadCtlPadTestModeDse
impl RefUnwindSafe for SwPadCtlPadTestModeDse
impl Send for SwPadCtlPadTestModeDse
impl Sync for SwPadCtlPadTestModeDse
impl Unpin for SwPadCtlPadTestModeDse
impl UnwindSafe for SwPadCtlPadTestModeDse
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