#[repr(u8)]pub enum Hystctr {
HYSTCTR_0 = 0,
HYSTCTR_1 = 1,
HYSTCTR_2 = 2,
HYSTCTR_3 = 3,
}Variants§
HYSTCTR_0 = 0
The hard block output has level 0 hysteresis internally.
HYSTCTR_1 = 1
The hard block output has level 1 hysteresis internally.
HYSTCTR_2 = 2
The hard block output has level 2 hysteresis internally.
HYSTCTR_3 = 3
The hard block output has level 3 hysteresis internally.
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