pub enum LIE_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Line Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LIE_A
impl StructuralPartialEq for LIE_A
Auto Trait Implementations§
impl Freeze for LIE_A
impl RefUnwindSafe for LIE_A
impl Send for LIE_A
impl Sync for LIE_A
impl Unpin for LIE_A
impl UnwindSafe for LIE_A
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