pub enum SLKIE {
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
impl Eq for SLKIE
impl StructuralPartialEq for SLKIE
Auto Trait Implementations§
impl Freeze for SLKIE
impl RefUnwindSafe for SLKIE
impl Send for SLKIE
impl Sync for SLKIE
impl Unpin for SLKIE
impl UnwindSafe for SLKIE
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