#[repr(u8)]pub enum Hystctr {
Level0 = 0,
Level1 = 1,
Level2 = 2,
Level3 = 3,
}Expand description
Comparator Hysteresis Control
Value on reset: 0
Variants§
Level0 = 0
0: Level 0: Analog comparator hysteresis 0 mV.
Level1 = 1
1: Level 1: Analog comparator hysteresis 10 mV.
Level2 = 2
2: Level 2: Analog comparator hysteresis 20 mV.
Level3 = 3
3: Level 3: Analog comparator hysteresis 30 mV.
Trait Implementations§
impl Copy for Hystctr
impl Eq for Hystctr
impl IsEnum 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 UnsafeUnpin 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