Enum avr_device::atmega4809::bod::ctrla::ACTIVE_A
source · #[repr(u8)]pub enum ACTIVE_A {
DIS = 0,
ENABLED = 1,
SAMPLED = 2,
ENWAKE = 3,
}
Expand description
Operation in active mode
Value on reset: 0
Variants§
DIS = 0
0: Disabled
ENABLED = 1
1: Enabled
SAMPLED = 2
2: Sampled
ENWAKE = 3
3: Enabled with wake-up halted until BOD is ready
Trait Implementations§
impl Copy for ACTIVE_A
impl Eq for ACTIVE_A
impl StructuralPartialEq for ACTIVE_A
Auto Trait Implementations§
impl Freeze for ACTIVE_A
impl RefUnwindSafe for ACTIVE_A
impl Send for ACTIVE_A
impl Sync for ACTIVE_A
impl Unpin for ACTIVE_A
impl UnwindSafe for ACTIVE_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
)