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