#[repr(u8)]pub enum SwPadCtlPadWakeupHys {
HYS_0_HYSTERESIS_DISABLED = 0,
HYS_1_HYSTERESIS_ENABLED = 1,
}Variants§
HYS_0_HYSTERESIS_DISABLED = 0
Hysteresis Disabled (CMOS input)
HYS_1_HYSTERESIS_ENABLED = 1
Hysteresis Enabled (Schmitt Trigger input)
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadWakeupHys
impl Clone for SwPadCtlPadWakeupHys
Source§fn clone(&self) -> SwPadCtlPadWakeupHys
fn clone(&self) -> SwPadCtlPadWakeupHys
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 SwPadCtlPadWakeupHys
impl Debug for SwPadCtlPadWakeupHys
Source§impl From<SwPadCtlPadWakeupHys> for u8
impl From<SwPadCtlPadWakeupHys> for u8
Source§fn from(val: SwPadCtlPadWakeupHys) -> u8
fn from(val: SwPadCtlPadWakeupHys) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadWakeupHys
impl From<u8> for SwPadCtlPadWakeupHys
Source§fn from(val: u8) -> SwPadCtlPadWakeupHys
fn from(val: u8) -> SwPadCtlPadWakeupHys
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadWakeupHys
impl Ord for SwPadCtlPadWakeupHys
Source§fn cmp(&self, other: &SwPadCtlPadWakeupHys) -> Ordering
fn cmp(&self, other: &SwPadCtlPadWakeupHys) -> 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 SwPadCtlPadWakeupHys
impl PartialEq for SwPadCtlPadWakeupHys
Source§impl PartialOrd for SwPadCtlPadWakeupHys
impl PartialOrd for SwPadCtlPadWakeupHys
impl Copy for SwPadCtlPadWakeupHys
impl Eq for SwPadCtlPadWakeupHys
impl StructuralPartialEq for SwPadCtlPadWakeupHys
Auto Trait Implementations§
impl Freeze for SwPadCtlPadWakeupHys
impl RefUnwindSafe for SwPadCtlPadWakeupHys
impl Send for SwPadCtlPadWakeupHys
impl Sync for SwPadCtlPadWakeupHys
impl Unpin for SwPadCtlPadWakeupHys
impl UnwindSafe for SwPadCtlPadWakeupHys
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