#[repr(u8)]pub enum LoopctrlHstThresh {
LOW_HYST_THRESH = 0,
HIGH_HYST_THRESH = 1,
}Variants§
LOW_HYST_THRESH = 0
Lower hysteresis threshold (about 2.5mV in typical, but this value can vary with PVT corners
HIGH_HYST_THRESH = 1
Higher hysteresis threshold (about 5mV in typical)
Implementations§
Trait Implementations§
Source§impl Clone for LoopctrlHstThresh
impl Clone for LoopctrlHstThresh
Source§fn clone(&self) -> LoopctrlHstThresh
fn clone(&self) -> LoopctrlHstThresh
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 LoopctrlHstThresh
impl Debug for LoopctrlHstThresh
Source§impl From<LoopctrlHstThresh> for u8
impl From<LoopctrlHstThresh> for u8
Source§fn from(val: LoopctrlHstThresh) -> u8
fn from(val: LoopctrlHstThresh) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LoopctrlHstThresh
impl From<u8> for LoopctrlHstThresh
Source§fn from(val: u8) -> LoopctrlHstThresh
fn from(val: u8) -> LoopctrlHstThresh
Converts to this type from the input type.
Source§impl Ord for LoopctrlHstThresh
impl Ord for LoopctrlHstThresh
Source§fn cmp(&self, other: &LoopctrlHstThresh) -> Ordering
fn cmp(&self, other: &LoopctrlHstThresh) -> 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 LoopctrlHstThresh
impl PartialEq for LoopctrlHstThresh
Source§impl PartialOrd for LoopctrlHstThresh
impl PartialOrd for LoopctrlHstThresh
impl Copy for LoopctrlHstThresh
impl Eq for LoopctrlHstThresh
impl StructuralPartialEq for LoopctrlHstThresh
Auto Trait Implementations§
impl Freeze for LoopctrlHstThresh
impl RefUnwindSafe for LoopctrlHstThresh
impl Send for LoopctrlHstThresh
impl Sync for LoopctrlHstThresh
impl Unpin for LoopctrlHstThresh
impl UnwindSafe for LoopctrlHstThresh
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