Enum Isrpending
pub enum Isrpending {
_0 = 0,
_1 = 1,
}Expand description
Interrupt pending flag, excluding NMI and Faults
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Isrpending
impl Clone for Isrpending
§fn clone(&self) -> Isrpending
fn clone(&self) -> Isrpending
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 Isrpending
impl Debug for Isrpending
§impl Format for Isrpending
impl Format for Isrpending
§impl From<Isrpending> for bool
impl From<Isrpending> for bool
§fn from(variant: Isrpending) -> Self
fn from(variant: Isrpending) -> Self
Converts to this type from the input type.
§impl PartialEq for Isrpending
impl PartialEq for Isrpending
impl Copy for Isrpending
impl Eq for Isrpending
impl StructuralPartialEq for Isrpending
Auto Trait Implementations§
impl Freeze for Isrpending
impl RefUnwindSafe for Isrpending
impl Send for Isrpending
impl Sync for Isrpending
impl Unpin for Isrpending
impl UnwindSafe for Isrpending
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