#[repr(u8)]pub enum HYSMODE_A {
OFF = 0,
_10M_V = 1,
_25M_V = 2,
_50M_V = 3,
}
Expand description
Hysteresis Mode
Value on reset: 0
Variants§
OFF = 0
0: No hysteresis
_10M_V = 1
1: 10mV hysteresis
_25M_V = 2
2: 25mV hysteresis
_50M_V = 3
3: 50mV hysteresis
Trait Implementations§
impl Copy for HYSMODE_A
impl Eq for HYSMODE_A
impl StructuralPartialEq for HYSMODE_A
Auto Trait Implementations§
impl Freeze for HYSMODE_A
impl RefUnwindSafe for HYSMODE_A
impl Send for HYSMODE_A
impl Sync for HYSMODE_A
impl Unpin for HYSMODE_A
impl UnwindSafe for HYSMODE_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