pub enum Lvdcorere {
Lvdcorere0 = 0,
Lvdcorere1 = 1,
}Expand description
vddcore Low-Voltage Detector Reset Enable
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Lvdcorere
impl Eq for Lvdcorere
impl StructuralPartialEq for Lvdcorere
Auto Trait Implementations§
impl Freeze for Lvdcorere
impl RefUnwindSafe for Lvdcorere
impl Send for Lvdcorere
impl Sync for Lvdcorere
impl Unpin for Lvdcorere
impl UnwindSafe for Lvdcorere
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