nxp-pac

Crates

git

Versions

lpc55s69_cm33_core1

Flavors

Icpr

Struct Icpr 

Source
#[repr(transparent)]
pub struct Icpr(pub u32);
Expand description

Interrupt Clear Pending Register.

Tuple Fields§

§0: u32

Implementations§

Source§

impl Icpr

Source

pub const fn clrpend0(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend0(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend1(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend1(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend2(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend2(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend3(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend3(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend4(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend4(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend5(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend5(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend6(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend6(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend7(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend7(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend8(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend8(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend9(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend9(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend10(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend10(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend11(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend11(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend12(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend12(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend13(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend13(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend14(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend14(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend15(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend15(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend16(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend16(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend17(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend17(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend18(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend18(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend19(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend19(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend20(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend20(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend21(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend21(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend22(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend22(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend23(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend23(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend24(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend24(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend25(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend25(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend26(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend26(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend27(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend27(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend28(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend28(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend29(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend29(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend30(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend30(&mut self, val: bool)

Interrupt clear-pending bits.

Source

pub const fn clrpend31(&self) -> bool

Interrupt clear-pending bits.

Source

pub const fn set_clrpend31(&mut self, val: bool)

Interrupt clear-pending bits.

Trait Implementations§

Source§

impl Clone for Icpr

Source§

fn clone(&self) -> Icpr

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Icpr

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Icpr

Source§

fn default() -> Icpr

Returns the “default value” for a type. Read more
Source§

impl PartialEq for Icpr

Source§

fn eq(&self, other: &Icpr) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Icpr

Source§

impl Eq for Icpr

Source§

impl StructuralPartialEq for Icpr

Auto Trait Implementations§

§

impl Freeze for Icpr

§

impl RefUnwindSafe for Icpr

§

impl Send for Icpr

§

impl Sync for Icpr

§

impl Unpin for Icpr

§

impl UnwindSafe for Icpr

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.