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