Enum stm32wlxx_hal::pac::comp::comp1_csr::HYST_A
#[repr(u8)]pub enum HYST_A {
NoHysteresis = 0,
LowHysteresis = 1,
MediumHysteresis = 2,
HighHysteresis = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Comparator 1 hysteresis selection bits
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 HYST_A
impl StructuralPartialEq for HYST_A
Auto Trait Implementations§
impl RefUnwindSafe for HYST_A
impl Send for HYST_A
impl Sync for HYST_A
impl Unpin for HYST_A
impl UnwindSafe for HYST_A
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