nxp-pac

Crates

git

Versions

mcxn947_cm33_core1

Flavors

SecCpu1IntMask3

Struct SecCpu1IntMask3 

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

Secure Interrupt Mask 3 for CPU1

Tuple Fields§

§0: u32

Implementations§

Source§

impl SecCpu1IntMask3

Source

pub const fn int96_mask(&self) -> Int96Mask

Mask bit

Source

pub const fn set_int96_mask(&mut self, val: Int96Mask)

Mask bit

Source

pub const fn int97_mask(&self) -> Int97Mask

Mask bit

Source

pub const fn set_int97_mask(&mut self, val: Int97Mask)

Mask bit

Source

pub const fn int98_mask(&self) -> Int98Mask

Mask bit

Source

pub const fn set_int98_mask(&mut self, val: Int98Mask)

Mask bit

Source

pub const fn int99_mask(&self) -> Int99Mask

Mask bit

Source

pub const fn set_int99_mask(&mut self, val: Int99Mask)

Mask bit

Source

pub const fn int100_mask(&self) -> Int100Mask

Mask bit

Source

pub const fn set_int100_mask(&mut self, val: Int100Mask)

Mask bit

Source

pub const fn int101_mask(&self) -> Int101Mask

Mask bit

Source

pub const fn set_int101_mask(&mut self, val: Int101Mask)

Mask bit

Source

pub const fn int102_mask(&self) -> Int102Mask

Mask bit

Source

pub const fn set_int102_mask(&mut self, val: Int102Mask)

Mask bit

Source

pub const fn int103_mask(&self) -> Int103Mask

Mask bit

Source

pub const fn set_int103_mask(&mut self, val: Int103Mask)

Mask bit

Source

pub const fn int104_mask(&self) -> Int104Mask

Mask bit

Source

pub const fn set_int104_mask(&mut self, val: Int104Mask)

Mask bit

Source

pub const fn int105_mask(&self) -> Int105Mask

Mask bit

Source

pub const fn set_int105_mask(&mut self, val: Int105Mask)

Mask bit

Source

pub const fn int106_mask(&self) -> Int106Mask

Mask bit

Source

pub const fn set_int106_mask(&mut self, val: Int106Mask)

Mask bit

Source

pub const fn int107_mask(&self) -> Int107Mask

Mask bit

Source

pub const fn set_int107_mask(&mut self, val: Int107Mask)

Mask bit

Source

pub const fn int108_mask(&self) -> Int108Mask

Mask bit

Source

pub const fn set_int108_mask(&mut self, val: Int108Mask)

Mask bit

Source

pub const fn int109_mask(&self) -> Int109Mask

Mask bit

Source

pub const fn set_int109_mask(&mut self, val: Int109Mask)

Mask bit

Source

pub const fn int110_mask(&self) -> Int110Mask

Mask bit

Source

pub const fn set_int110_mask(&mut self, val: Int110Mask)

Mask bit

Source

pub const fn int111_mask(&self) -> Int111Mask

Mask bit

Source

pub const fn set_int111_mask(&mut self, val: Int111Mask)

Mask bit

Source

pub const fn int112_mask(&self) -> Int112Mask

Mask bit

Source

pub const fn set_int112_mask(&mut self, val: Int112Mask)

Mask bit

Source

pub const fn int113_mask(&self) -> Int113Mask

Mask bit

Source

pub const fn set_int113_mask(&mut self, val: Int113Mask)

Mask bit

Source

pub const fn int114_mask(&self) -> Int114Mask

Mask bit

Source

pub const fn set_int114_mask(&mut self, val: Int114Mask)

Mask bit

Source

pub const fn int115_mask(&self) -> Int115Mask

Mask bit

Source

pub const fn set_int115_mask(&mut self, val: Int115Mask)

Mask bit

Source

pub const fn int116_mask(&self) -> Int116Mask

Mask bit

Source

pub const fn set_int116_mask(&mut self, val: Int116Mask)

Mask bit

Source

pub const fn int117_mask(&self) -> Int117Mask

Mask bit

Source

pub const fn set_int117_mask(&mut self, val: Int117Mask)

Mask bit

Source

pub const fn int118_mask(&self) -> Int118Mask

Mask bit

Source

pub const fn set_int118_mask(&mut self, val: Int118Mask)

Mask bit

Source

pub const fn int119_mask(&self) -> Int119Mask

Mask bit

Source

pub const fn set_int119_mask(&mut self, val: Int119Mask)

Mask bit

Source

pub const fn int120_mask(&self) -> Int120Mask

Mask bit

Source

pub const fn set_int120_mask(&mut self, val: Int120Mask)

Mask bit

Source

pub const fn int121_mask(&self) -> Int121Mask

Mask bit

Source

pub const fn set_int121_mask(&mut self, val: Int121Mask)

Mask bit

Source

pub const fn int122_mask(&self) -> Int122Mask

Mask bit

Source

pub const fn set_int122_mask(&mut self, val: Int122Mask)

Mask bit

Source

pub const fn int123_mask(&self) -> Int123Mask

Mask bit

Source

pub const fn set_int123_mask(&mut self, val: Int123Mask)

Mask bit

Source

pub const fn int124_mask(&self) -> Int124Mask

Mask bit

Source

pub const fn set_int124_mask(&mut self, val: Int124Mask)

Mask bit

Source

pub const fn int125_mask(&self) -> Int125Mask

Mask bit

Source

pub const fn set_int125_mask(&mut self, val: Int125Mask)

Mask bit

Source

pub const fn int126_mask(&self) -> Int126Mask

Mask bit

Source

pub const fn set_int126_mask(&mut self, val: Int126Mask)

Mask bit

Source

pub const fn int127_mask(&self) -> Int127Mask

Mask bit

Source

pub const fn set_int127_mask(&mut self, val: Int127Mask)

Mask bit

Trait Implementations§

Source§

impl Clone for SecCpu1IntMask3

Source§

fn clone(&self) -> SecCpu1IntMask3

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 SecCpu1IntMask3

Source§

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

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

impl Default for SecCpu1IntMask3

Source§

fn default() -> SecCpu1IntMask3

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

impl PartialEq for SecCpu1IntMask3

Source§

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

Source§

impl Eq for SecCpu1IntMask3

Source§

impl StructuralPartialEq for SecCpu1IntMask3

Auto Trait Implementations§

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.