#[repr(u8)]pub enum HYSTSEL_A {
HYST0 = 0,
HYST1 = 1,
HYST2 = 2,
HYST3 = 3,
HYST4 = 4,
HYST5 = 5,
HYST6 = 6,
HYST7 = 7,
}
Expand description
Hysteresis Select
Value on reset: 0
Variants§
HYST0 = 0
0: No hysteresis.
HYST1 = 1
1: ~15 mV hysteresis.
HYST2 = 2
2: ~22 mV hysteresis.
HYST3 = 3
3: ~29 mV hysteresis.
HYST4 = 4
4: ~36 mV hysteresis.
HYST5 = 5
5: ~43 mV hysteresis.
HYST6 = 6
6: ~50 mV hysteresis.
HYST7 = 7
7: ~57 mV hysteresis.
Trait Implementations§
impl Copy for HYSTSEL_A
impl StructuralPartialEq for HYSTSEL_A
Auto Trait Implementations§
impl Freeze for HYSTSEL_A
impl RefUnwindSafe for HYSTSEL_A
impl Send for HYSTSEL_A
impl Sync for HYSTSEL_A
impl Unpin for HYSTSEL_A
impl UnwindSafe for HYSTSEL_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