#[repr(u8)]pub enum COMP1HYST {
NoHysteresis = 0,
LowHysteresis = 1,
MediumHysteresis = 2,
HighHysteresis = 3,
}
Expand description
Comparator 1 hysteresis
Value on reset: 0
Variants§
NoHysteresis = 0
0: No hysteresis
LowHysteresis = 1
1: Low hysteresis
MediumHysteresis = 2
2: Medium hysteresis
HighHysteresis = 3
3: High hysteresis
Trait Implementations§
impl Copy for COMP1HYST
impl Eq for COMP1HYST
impl IsEnum for COMP1HYST
impl StructuralPartialEq for COMP1HYST
Auto Trait Implementations§
impl Freeze for COMP1HYST
impl RefUnwindSafe for COMP1HYST
impl Send for COMP1HYST
impl Sync for COMP1HYST
impl Unpin for COMP1HYST
impl UnwindSafe for COMP1HYST
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