Enum avr_device::atmega4809::bod::ctrla::SLEEP_A
source · #[repr(u8)]pub enum SLEEP_A {
DIS = 0,
ENABLED = 1,
SAMPLED = 2,
}
Expand description
Operation in sleep mode
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for SLEEP_A
impl PartialEq for SLEEP_A
impl Copy for SLEEP_A
impl Eq for SLEEP_A
impl StructuralPartialEq for SLEEP_A
Auto Trait Implementations§
impl RefUnwindSafe for SLEEP_A
impl Send for SLEEP_A
impl Sync for SLEEP_A
impl Unpin for SLEEP_A
impl UnwindSafe for SLEEP_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