Enum Lvdre
pub enum Lvdre {
_0 = 0,
}Expand description
Low Voltage Detect Reset Enable
Value on reset: 0
Variants§
_0 = 0
0: No system resets on low voltage detect events.
Trait Implementations§
impl Copy for Lvdre
impl Eq for Lvdre
impl StructuralPartialEq for Lvdre
Auto Trait Implementations§
impl Freeze for Lvdre
impl RefUnwindSafe for Lvdre
impl Send for Lvdre
impl Sync for Lvdre
impl Unpin for Lvdre
impl UnwindSafe for Lvdre
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