nxp-pac

Crates

git

Versions

mcxn947_cm33_core0

Flavors

Pcnp

Struct Pcnp 

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

Pin Control Nonprivilege

Tuple Fields§

§0: u32

Implementations§

Source§

impl Pcnp

Source

pub const fn npe0(&self) -> PcnpNpe0

Nonprivilege Enable

Source

pub const fn set_npe0(&mut self, val: PcnpNpe0)

Nonprivilege Enable

Source

pub const fn npe1(&self) -> PcnpNpe1

Nonprivilege Enable

Source

pub const fn set_npe1(&mut self, val: PcnpNpe1)

Nonprivilege Enable

Source

pub const fn npe2(&self) -> Npe2

Nonprivilege Enable

Source

pub const fn set_npe2(&mut self, val: Npe2)

Nonprivilege Enable

Source

pub const fn npe3(&self) -> Npe3

Nonprivilege Enable

Source

pub const fn set_npe3(&mut self, val: Npe3)

Nonprivilege Enable

Source

pub const fn npe4(&self) -> Npe4

Nonprivilege Enable

Source

pub const fn set_npe4(&mut self, val: Npe4)

Nonprivilege Enable

Source

pub const fn npe5(&self) -> Npe5

Nonprivilege Enable

Source

pub const fn set_npe5(&mut self, val: Npe5)

Nonprivilege Enable

Source

pub const fn npe6(&self) -> Npe6

Nonprivilege Enable

Source

pub const fn set_npe6(&mut self, val: Npe6)

Nonprivilege Enable

Source

pub const fn npe7(&self) -> Npe7

Nonprivilege Enable

Source

pub const fn set_npe7(&mut self, val: Npe7)

Nonprivilege Enable

Source

pub const fn npe8(&self) -> Npe8

Nonprivilege Enable

Source

pub const fn set_npe8(&mut self, val: Npe8)

Nonprivilege Enable

Source

pub const fn npe9(&self) -> Npe9

Nonprivilege Enable

Source

pub const fn set_npe9(&mut self, val: Npe9)

Nonprivilege Enable

Source

pub const fn npe10(&self) -> Npe10

Nonprivilege Enable

Source

pub const fn set_npe10(&mut self, val: Npe10)

Nonprivilege Enable

Source

pub const fn npe11(&self) -> Npe11

Nonprivilege Enable

Source

pub const fn set_npe11(&mut self, val: Npe11)

Nonprivilege Enable

Source

pub const fn npe12(&self) -> Npe12

Nonprivilege Enable

Source

pub const fn set_npe12(&mut self, val: Npe12)

Nonprivilege Enable

Source

pub const fn npe13(&self) -> Npe13

Nonprivilege Enable

Source

pub const fn set_npe13(&mut self, val: Npe13)

Nonprivilege Enable

Source

pub const fn npe14(&self) -> Npe14

Nonprivilege Enable

Source

pub const fn set_npe14(&mut self, val: Npe14)

Nonprivilege Enable

Source

pub const fn npe15(&self) -> Npe15

Nonprivilege Enable

Source

pub const fn set_npe15(&mut self, val: Npe15)

Nonprivilege Enable

Source

pub const fn npe16(&self) -> Npe16

Nonprivilege Enable

Source

pub const fn set_npe16(&mut self, val: Npe16)

Nonprivilege Enable

Source

pub const fn npe17(&self) -> Npe17

Nonprivilege Enable

Source

pub const fn set_npe17(&mut self, val: Npe17)

Nonprivilege Enable

Source

pub const fn npe18(&self) -> Npe18

Nonprivilege Enable

Source

pub const fn set_npe18(&mut self, val: Npe18)

Nonprivilege Enable

Source

pub const fn npe19(&self) -> Npe19

Nonprivilege Enable

Source

pub const fn set_npe19(&mut self, val: Npe19)

Nonprivilege Enable

Source

pub const fn npe20(&self) -> Npe20

Nonprivilege Enable

Source

pub const fn set_npe20(&mut self, val: Npe20)

Nonprivilege Enable

Source

pub const fn npe21(&self) -> Npe21

Nonprivilege Enable

Source

pub const fn set_npe21(&mut self, val: Npe21)

Nonprivilege Enable

Source

pub const fn npe22(&self) -> Npe22

Nonprivilege Enable

Source

pub const fn set_npe22(&mut self, val: Npe22)

Nonprivilege Enable

Source

pub const fn npe23(&self) -> Npe23

Nonprivilege Enable

Source

pub const fn set_npe23(&mut self, val: Npe23)

Nonprivilege Enable

Source

pub const fn npe24(&self) -> Npe24

Nonprivilege Enable

Source

pub const fn set_npe24(&mut self, val: Npe24)

Nonprivilege Enable

Source

pub const fn npe25(&self) -> Npe25

Nonprivilege Enable

Source

pub const fn set_npe25(&mut self, val: Npe25)

Nonprivilege Enable

Source

pub const fn npe26(&self) -> Npe26

Nonprivilege Enable

Source

pub const fn set_npe26(&mut self, val: Npe26)

Nonprivilege Enable

Source

pub const fn npe27(&self) -> Npe27

Nonprivilege Enable

Source

pub const fn set_npe27(&mut self, val: Npe27)

Nonprivilege Enable

Source

pub const fn npe28(&self) -> Npe28

Nonprivilege Enable

Source

pub const fn set_npe28(&mut self, val: Npe28)

Nonprivilege Enable

Source

pub const fn npe29(&self) -> Npe29

Nonprivilege Enable

Source

pub const fn set_npe29(&mut self, val: Npe29)

Nonprivilege Enable

Source

pub const fn npe30(&self) -> Npe30

Nonprivilege Enable

Source

pub const fn set_npe30(&mut self, val: Npe30)

Nonprivilege Enable

Source

pub const fn npe31(&self) -> Npe31

Nonprivilege Enable

Source

pub const fn set_npe31(&mut self, val: Npe31)

Nonprivilege Enable

Trait Implementations§

Source§

impl Clone for Pcnp

Source§

fn clone(&self) -> Pcnp

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 Pcnp

Source§

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

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

impl Default for Pcnp

Source§

fn default() -> Pcnp

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

impl PartialEq for Pcnp

Source§

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

Source§

impl Eq for Pcnp

Source§

impl StructuralPartialEq for Pcnp

Auto Trait Implementations§

§

impl Freeze for Pcnp

§

impl RefUnwindSafe for Pcnp

§

impl Send for Pcnp

§

impl Sync for Pcnp

§

impl Unpin for Pcnp

§

impl UnwindSafe for Pcnp

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.