Enum Lvd
pub enum Lvd {
_0 = 0,
_1 = 1,
}Expand description
Low-Voltage Detect Reset or High-Voltage Detect Reset
Value on reset: 1
Variants§
_0 = 0
0: Reset not caused by LVD trip, HVD trip or POR
_1 = 1
1: Reset caused by LVD trip, HVD trip or POR
Trait Implementations§
impl Copy for Lvd
impl Eq for Lvd
impl StructuralPartialEq for Lvd
Auto Trait Implementations§
impl Freeze for Lvd
impl RefUnwindSafe for Lvd
impl Send for Lvd
impl Sync for Lvd
impl Unpin for Lvd
impl UnwindSafe for Lvd
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