#[repr(u8)]
pub enum HYST_A {
HYST50,
HYST100,
HYST150,
}
Expand description
Hysteresis Level
Value on reset: 0
Variants
HYST50
0: 50mV
HYST100
1: 100mV
HYST150
2: 150mV
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more