pub enum WAITINT_A {
Disabled,
Enabled,
}
Expand description
CPSM waits for interrupt request
Value on reset: 0
Variants
Disabled
0: Don’t wait for interrupt request
Enabled
1: Wait for interrupt request
Trait Implementations
impl Copy for WAITINT_A
impl StructuralPartialEq for WAITINT_A
Auto Trait Implementations
impl RefUnwindSafe for WAITINT_A
impl Send for WAITINT_A
impl Sync for WAITINT_A
impl Unpin for WAITINT_A
impl UnwindSafe for WAITINT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more