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