#[repr(u8)]pub enum Lvdcoref {
LVDCOREF_0 = 0,
LVDCOREF_1 = 1,
}Variants§
LVDCOREF_0 = 0
vddcore LVD has not triggered an interrupt or reset since last clear
LVDCOREF_1 = 1
vddcore LVD triggered an interrupt or reset since last time this bit was cleared. Write 1 to clear
Implementations§
Trait Implementations§
Source§impl Ord for Lvdcoref
impl Ord for Lvdcoref
Source§impl PartialOrd for Lvdcoref
impl PartialOrd for Lvdcoref
impl Copy for Lvdcoref
impl Eq for Lvdcoref
impl StructuralPartialEq for Lvdcoref
Auto Trait Implementations§
impl Freeze for Lvdcoref
impl RefUnwindSafe for Lvdcoref
impl Send for Lvdcoref
impl Sync for Lvdcoref
impl Unpin for Lvdcoref
impl UnwindSafe for Lvdcoref
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