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§
source§impl PartialEq for VLMCFG_A
impl PartialEq for VLMCFG_A
impl Copy for VLMCFG_A
impl Eq for VLMCFG_A
impl StructuralPartialEq for VLMCFG_A
Auto Trait Implementations§
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