nxp-pac

Crates

git

Versions

mcxn947_cm33_core0

Flavors

SecCpu1IntMask4

Struct SecCpu1IntMask4 

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

Secure Interrupt Mask 4 for CPU1

Tuple Fields§

§0: u32

Implementations§

Source§

impl SecCpu1IntMask4

Source

pub const fn int128_mask(&self) -> Int128Mask

Mask bit

Source

pub const fn set_int128_mask(&mut self, val: Int128Mask)

Mask bit

Source

pub const fn int129_mask(&self) -> Int129Mask

Mask bit

Source

pub const fn set_int129_mask(&mut self, val: Int129Mask)

Mask bit

Source

pub const fn int130_mask(&self) -> Int130Mask

Mask bit

Source

pub const fn set_int130_mask(&mut self, val: Int130Mask)

Mask bit

Source

pub const fn int131_mask(&self) -> Int131Mask

Mask bit

Source

pub const fn set_int131_mask(&mut self, val: Int131Mask)

Mask bit

Source

pub const fn int132_mask(&self) -> Int132Mask

Mask bit

Source

pub const fn set_int132_mask(&mut self, val: Int132Mask)

Mask bit

Source

pub const fn int133_mask(&self) -> Int133Mask

Mask bit

Source

pub const fn set_int133_mask(&mut self, val: Int133Mask)

Mask bit

Source

pub const fn int134_mask(&self) -> Int134Mask

Mask bit

Source

pub const fn set_int134_mask(&mut self, val: Int134Mask)

Mask bit

Source

pub const fn int135_mask(&self) -> Int135Mask

Mask bit

Source

pub const fn set_int135_mask(&mut self, val: Int135Mask)

Mask bit

Source

pub const fn int136_mask(&self) -> Int136Mask

Mask bit

Source

pub const fn set_int136_mask(&mut self, val: Int136Mask)

Mask bit

Source

pub const fn int137_mask(&self) -> Int137Mask

Mask bit

Source

pub const fn set_int137_mask(&mut self, val: Int137Mask)

Mask bit

Source

pub const fn int138_mask(&self) -> Int138Mask

Mask bit

Source

pub const fn set_int138_mask(&mut self, val: Int138Mask)

Mask bit

Source

pub const fn int139_mask(&self) -> Int139Mask

Mask bit

Source

pub const fn set_int139_mask(&mut self, val: Int139Mask)

Mask bit

Source

pub const fn int140_mask(&self) -> Int140Mask

Mask bit

Source

pub const fn set_int140_mask(&mut self, val: Int140Mask)

Mask bit

Source

pub const fn int141_mask(&self) -> Int141Mask

Mask bit

Source

pub const fn set_int141_mask(&mut self, val: Int141Mask)

Mask bit

Source

pub const fn int142_mask(&self) -> Int142Mask

Mask bit

Source

pub const fn set_int142_mask(&mut self, val: Int142Mask)

Mask bit

Source

pub const fn int143_mask(&self) -> Int143Mask

Mask bit

Source

pub const fn set_int143_mask(&mut self, val: Int143Mask)

Mask bit

Source

pub const fn int144_mask(&self) -> Int144Mask

Mask bit

Source

pub const fn set_int144_mask(&mut self, val: Int144Mask)

Mask bit

Source

pub const fn int145_mask(&self) -> Int145Mask

Mask bit

Source

pub const fn set_int145_mask(&mut self, val: Int145Mask)

Mask bit

Source

pub const fn int146_mask(&self) -> Int146Mask

Mask bit

Source

pub const fn set_int146_mask(&mut self, val: Int146Mask)

Mask bit

Source

pub const fn int147_mask(&self) -> Int147Mask

Mask bit

Source

pub const fn set_int147_mask(&mut self, val: Int147Mask)

Mask bit

Source

pub const fn int148_mask(&self) -> Int148Mask

Mask bit

Source

pub const fn set_int148_mask(&mut self, val: Int148Mask)

Mask bit

Source

pub const fn int149_mask(&self) -> Int149Mask

Mask bit

Source

pub const fn set_int149_mask(&mut self, val: Int149Mask)

Mask bit

Source

pub const fn int150_mask(&self) -> Int150Mask

Mask bit

Source

pub const fn set_int150_mask(&mut self, val: Int150Mask)

Mask bit

Source

pub const fn int151_mask(&self) -> Int151Mask

Mask bit

Source

pub const fn set_int151_mask(&mut self, val: Int151Mask)

Mask bit

Source

pub const fn int152_mask(&self) -> Int152Mask

Mask bit

Source

pub const fn set_int152_mask(&mut self, val: Int152Mask)

Mask bit

Source

pub const fn int153_mask(&self) -> Int153Mask

Mask bit

Source

pub const fn set_int153_mask(&mut self, val: Int153Mask)

Mask bit

Source

pub const fn int154_mask(&self) -> Int154Mask

Mask bit

Source

pub const fn set_int154_mask(&mut self, val: Int154Mask)

Mask bit

Source

pub const fn int155_mask(&self) -> Int155Mask

Mask bit

Source

pub const fn set_int155_mask(&mut self, val: Int155Mask)

Mask bit

Source

pub const fn int156_mask(&self) -> Int156Mask

Mask bit

Source

pub const fn set_int156_mask(&mut self, val: Int156Mask)

Mask bit

Source

pub const fn int157_mask(&self) -> Int157Mask

Mask bit

Source

pub const fn set_int157_mask(&mut self, val: Int157Mask)

Mask bit

Source

pub const fn int158_mask(&self) -> Int158Mask

Mask bit

Source

pub const fn set_int158_mask(&mut self, val: Int158Mask)

Mask bit

Source

pub const fn int159_mask(&self) -> Int159Mask

Mask bit

Source

pub const fn set_int159_mask(&mut self, val: Int159Mask)

Mask bit

Trait Implementations§

Source§

impl Clone for SecCpu1IntMask4

Source§

fn clone(&self) -> SecCpu1IntMask4

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 SecCpu1IntMask4

Source§

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

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

impl Default for SecCpu1IntMask4

Source§

fn default() -> SecCpu1IntMask4

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

impl PartialEq for SecCpu1IntMask4

Source§

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

Source§

impl Eq for SecCpu1IntMask4

Source§

impl StructuralPartialEq for SecCpu1IntMask4

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.