Enum avr_device::atmega4809::bod::vlmctrla::VLMLVL_A
source · #[repr(u8)]pub enum VLMLVL_A {
_5ABOVE = 0,
_15ABOVE = 1,
_25ABOVE = 2,
}
Expand description
voltage level monitor level
Value on reset: 0
Variants§
_5ABOVE = 0
0: VLM threshold 5% above BOD level
_15ABOVE = 1
1: VLM threshold 15% above BOD level
_25ABOVE = 2
2: VLM threshold 25% above BOD level
Trait Implementations§
source§impl PartialEq for VLMLVL_A
impl PartialEq for VLMLVL_A
impl Copy for VLMLVL_A
impl Eq for VLMLVL_A
impl StructuralPartialEq for VLMLVL_A
Auto Trait Implementations§
impl RefUnwindSafe for VLMLVL_A
impl Send for VLMLVL_A
impl Sync for VLMLVL_A
impl Unpin for VLMLVL_A
impl UnwindSafe for VLMLVL_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