#[repr(u8)]pub enum Hystctr {
LEVEL_0 = 0,
LEVEL_1 = 1,
LEVEL_2 = 2,
LEVEL_3 = 3,
}Variants§
LEVEL_0 = 0
Level 0: Analog comparator hysteresis 0 mV.
LEVEL_1 = 1
Level 1: Analog comparator hysteresis 10 mV.
LEVEL_2 = 2
Level 2: Analog comparator hysteresis 20 mV.
LEVEL_3 = 3
Level 3: Analog comparator hysteresis 30 mV.
Implementations§
Trait Implementations§
Source§impl Ord for Hystctr
impl Ord for Hystctr
Source§impl PartialOrd for Hystctr
impl PartialOrd for Hystctr
impl Copy for Hystctr
impl Eq for Hystctr
impl StructuralPartialEq for Hystctr
Auto Trait Implementations§
impl Freeze for Hystctr
impl RefUnwindSafe for Hystctr
impl Send for Hystctr
impl Sync for Hystctr
impl Unpin for Hystctr
impl UnwindSafe for Hystctr
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