pub enum SLKIE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
SLKIE
Value on reset: 0
Variants§
DISABLED = 0
0: No interrupt when SLAKI bit is set
ENABLED = 1
1: Interrupt generated when SLAKI bit is set
Trait Implementations§
impl Copy for SLKIE_A
impl StructuralPartialEq for SLKIE_A
Auto Trait Implementations§
impl Freeze for SLKIE_A
impl RefUnwindSafe for SLKIE_A
impl Send for SLKIE_A
impl Sync for SLKIE_A
impl Unpin for SLKIE_A
impl UnwindSafe for SLKIE_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