Enum Lvdie
pub enum Lvdie {
_0 = 0,
_1 = 1,
}Expand description
Low Voltage Detect Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupt disabled (use polling)
_1 = 1
1: Request a hardware interrupt when LVDF = 1
Trait Implementations§
impl Copy for Lvdie
impl Eq for Lvdie
impl StructuralPartialEq for Lvdie
Auto Trait Implementations§
impl Freeze for Lvdie
impl RefUnwindSafe for Lvdie
impl Send for Lvdie
impl Sync for Lvdie
impl Unpin for Lvdie
impl UnwindSafe for Lvdie
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