Enum Isrpreempt
pub enum Isrpreempt {
_0 = 0,
_1 = 1,
}Expand description
You must only use this at debug time. It indicates that a pending interrupt becomes active in the next running cycle. If C_MASKINTS is clear in the Debug Halting Control and Status Register, the interrupt is serviced
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Isrpreempt
impl Clone for Isrpreempt
§fn clone(&self) -> Isrpreempt
fn clone(&self) -> Isrpreempt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Isrpreempt
impl Debug for Isrpreempt
§impl Format for Isrpreempt
impl Format for Isrpreempt
§impl From<Isrpreempt> for bool
impl From<Isrpreempt> for bool
§fn from(variant: Isrpreempt) -> Self
fn from(variant: Isrpreempt) -> Self
Converts to this type from the input type.
§impl PartialEq for Isrpreempt
impl PartialEq for Isrpreempt
impl Copy for Isrpreempt
impl Eq for Isrpreempt
impl StructuralPartialEq for Isrpreempt
Auto Trait Implementations§
impl Freeze for Isrpreempt
impl RefUnwindSafe for Isrpreempt
impl Send for Isrpreempt
impl Sync for Isrpreempt
impl Unpin for Isrpreempt
impl UnwindSafe for Isrpreempt
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