Enum Hystctr
#[repr(u8)]pub enum Hystctr {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Comparator hard block hysteresis control. See chip data sheet to get the actual hysteresis value with each level
Value on reset: 0
Variants§
_00 = 0
0: The hard block output has level 0 hysteresis internally.
_01 = 1
1: The hard block output has level 1 hysteresis internally.
_10 = 2
2: The hard block output has level 2 hysteresis internally.
_11 = 3
3: The hard block output has level 3 hysteresis internally.
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 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