Enum avr_device::atmega4809::bod::intctrl::VLMCFG_A
source · #[repr(u8)]pub enum VLMCFG_A {
BELOW = 0,
ABOVE = 1,
CROSS = 2,
}
Expand description
Configuration
Value on reset: 0
Variants§
BELOW = 0
0: Interrupt when supply goes below VLM level
ABOVE = 1
1: Interrupt when supply goes above VLM level
CROSS = 2
2: Interrupt when supply crosses VLM level
Trait Implementations§
impl Copy for VLMCFG_A
impl Eq for VLMCFG_A
impl StructuralPartialEq for VLMCFG_A
Auto Trait Implementations§
impl Freeze for VLMCFG_A
impl RefUnwindSafe for VLMCFG_A
impl Send for VLMCFG_A
impl Sync for VLMCFG_A
impl Unpin for VLMCFG_A
impl UnwindSafe for VLMCFG_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
)