Enum avr_device::atmega4809::ac0::ctrla::HYSMODE_A
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)