nxp-pac

Crates

git

Versions

lpc55s69_cm33_core0

Flavors

Itns

Struct Itns 

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

Interrupt Target Non-secure Register.

Tuple Fields§

§0: u32

Implementations§

Source§

impl Itns

Source

pub const fn ints0(&self) -> Ints0

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints0(&mut self, val: Ints0)

Interrupt Targets Non-secure bits.

Source

pub const fn ints1(&self) -> Ints1

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints1(&mut self, val: Ints1)

Interrupt Targets Non-secure bits.

Source

pub const fn ints2(&self) -> Ints2

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints2(&mut self, val: Ints2)

Interrupt Targets Non-secure bits.

Source

pub const fn ints3(&self) -> Ints3

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints3(&mut self, val: Ints3)

Interrupt Targets Non-secure bits.

Source

pub const fn ints4(&self) -> Ints4

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints4(&mut self, val: Ints4)

Interrupt Targets Non-secure bits.

Source

pub const fn ints5(&self) -> Ints5

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints5(&mut self, val: Ints5)

Interrupt Targets Non-secure bits.

Source

pub const fn ints6(&self) -> Ints6

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints6(&mut self, val: Ints6)

Interrupt Targets Non-secure bits.

Source

pub const fn ints7(&self) -> Ints7

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints7(&mut self, val: Ints7)

Interrupt Targets Non-secure bits.

Source

pub const fn ints8(&self) -> Ints8

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints8(&mut self, val: Ints8)

Interrupt Targets Non-secure bits.

Source

pub const fn ints9(&self) -> Ints9

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints9(&mut self, val: Ints9)

Interrupt Targets Non-secure bits.

Source

pub const fn ints10(&self) -> Ints10

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints10(&mut self, val: Ints10)

Interrupt Targets Non-secure bits.

Source

pub const fn ints11(&self) -> Ints11

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints11(&mut self, val: Ints11)

Interrupt Targets Non-secure bits.

Source

pub const fn ints12(&self) -> Ints12

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints12(&mut self, val: Ints12)

Interrupt Targets Non-secure bits.

Source

pub const fn ints13(&self) -> Ints13

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints13(&mut self, val: Ints13)

Interrupt Targets Non-secure bits.

Source

pub const fn ints14(&self) -> Ints14

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints14(&mut self, val: Ints14)

Interrupt Targets Non-secure bits.

Source

pub const fn ints15(&self) -> Ints15

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints15(&mut self, val: Ints15)

Interrupt Targets Non-secure bits.

Source

pub const fn ints16(&self) -> Ints16

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints16(&mut self, val: Ints16)

Interrupt Targets Non-secure bits.

Source

pub const fn ints17(&self) -> Ints17

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints17(&mut self, val: Ints17)

Interrupt Targets Non-secure bits.

Source

pub const fn ints18(&self) -> Ints18

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints18(&mut self, val: Ints18)

Interrupt Targets Non-secure bits.

Source

pub const fn ints19(&self) -> Ints19

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints19(&mut self, val: Ints19)

Interrupt Targets Non-secure bits.

Source

pub const fn ints20(&self) -> Ints20

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints20(&mut self, val: Ints20)

Interrupt Targets Non-secure bits.

Source

pub const fn ints21(&self) -> Ints21

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints21(&mut self, val: Ints21)

Interrupt Targets Non-secure bits.

Source

pub const fn ints22(&self) -> Ints22

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints22(&mut self, val: Ints22)

Interrupt Targets Non-secure bits.

Source

pub const fn ints23(&self) -> Ints23

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints23(&mut self, val: Ints23)

Interrupt Targets Non-secure bits.

Source

pub const fn ints24(&self) -> Ints24

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints24(&mut self, val: Ints24)

Interrupt Targets Non-secure bits.

Source

pub const fn ints25(&self) -> Ints25

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints25(&mut self, val: Ints25)

Interrupt Targets Non-secure bits.

Source

pub const fn ints26(&self) -> Ints26

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints26(&mut self, val: Ints26)

Interrupt Targets Non-secure bits.

Source

pub const fn ints27(&self) -> Ints27

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints27(&mut self, val: Ints27)

Interrupt Targets Non-secure bits.

Source

pub const fn ints28(&self) -> Ints28

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints28(&mut self, val: Ints28)

Interrupt Targets Non-secure bits.

Source

pub const fn ints29(&self) -> Ints29

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints29(&mut self, val: Ints29)

Interrupt Targets Non-secure bits.

Source

pub const fn ints30(&self) -> Ints30

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints30(&mut self, val: Ints30)

Interrupt Targets Non-secure bits.

Source

pub const fn ints31(&self) -> Ints31

Interrupt Targets Non-secure bits.

Source

pub const fn set_ints31(&mut self, val: Ints31)

Interrupt Targets Non-secure bits.

Trait Implementations§

Source§

impl Clone for Itns

Source§

fn clone(&self) -> Itns

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 Itns

Source§

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

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

impl Default for Itns

Source§

fn default() -> Itns

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

impl PartialEq for Itns

Source§

fn eq(&self, other: &Itns) -> 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 Itns

Source§

impl Eq for Itns

Source§

impl StructuralPartialEq for Itns

Auto Trait Implementations§

§

impl Freeze for Itns

§

impl RefUnwindSafe for Itns

§

impl Send for Itns

§

impl Sync for Itns

§

impl Unpin for Itns

§

impl UnwindSafe for Itns

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.