nxp-pac

Crates

git

Versions

mcxn947_cm33_core0

Flavors

Pdor

Struct Pdor 

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

Port Data Output

Tuple Fields§

§0: u32

Implementations§

Source§

impl Pdor

Source

pub const fn pdo0(&self) -> Pdo0

Port Data Output

Source

pub const fn set_pdo0(&mut self, val: Pdo0)

Port Data Output

Source

pub const fn pdo1(&self) -> Pdo1

Port Data Output

Source

pub const fn set_pdo1(&mut self, val: Pdo1)

Port Data Output

Source

pub const fn pdo2(&self) -> Pdo2

Port Data Output

Source

pub const fn set_pdo2(&mut self, val: Pdo2)

Port Data Output

Source

pub const fn pdo3(&self) -> Pdo3

Port Data Output

Source

pub const fn set_pdo3(&mut self, val: Pdo3)

Port Data Output

Source

pub const fn pdo4(&self) -> Pdo4

Port Data Output

Source

pub const fn set_pdo4(&mut self, val: Pdo4)

Port Data Output

Source

pub const fn pdo5(&self) -> Pdo5

Port Data Output

Source

pub const fn set_pdo5(&mut self, val: Pdo5)

Port Data Output

Source

pub const fn pdo6(&self) -> Pdo6

Port Data Output

Source

pub const fn set_pdo6(&mut self, val: Pdo6)

Port Data Output

Source

pub const fn pdo7(&self) -> Pdo7

Port Data Output

Source

pub const fn set_pdo7(&mut self, val: Pdo7)

Port Data Output

Source

pub const fn pdo8(&self) -> Pdo8

Port Data Output

Source

pub const fn set_pdo8(&mut self, val: Pdo8)

Port Data Output

Source

pub const fn pdo9(&self) -> Pdo9

Port Data Output

Source

pub const fn set_pdo9(&mut self, val: Pdo9)

Port Data Output

Source

pub const fn pdo10(&self) -> Pdo10

Port Data Output

Source

pub const fn set_pdo10(&mut self, val: Pdo10)

Port Data Output

Source

pub const fn pdo11(&self) -> Pdo11

Port Data Output

Source

pub const fn set_pdo11(&mut self, val: Pdo11)

Port Data Output

Source

pub const fn pdo12(&self) -> Pdo12

Port Data Output

Source

pub const fn set_pdo12(&mut self, val: Pdo12)

Port Data Output

Source

pub const fn pdo13(&self) -> Pdo13

Port Data Output

Source

pub const fn set_pdo13(&mut self, val: Pdo13)

Port Data Output

Source

pub const fn pdo14(&self) -> Pdo14

Port Data Output

Source

pub const fn set_pdo14(&mut self, val: Pdo14)

Port Data Output

Source

pub const fn pdo15(&self) -> Pdo15

Port Data Output

Source

pub const fn set_pdo15(&mut self, val: Pdo15)

Port Data Output

Source

pub const fn pdo16(&self) -> Pdo16

Port Data Output

Source

pub const fn set_pdo16(&mut self, val: Pdo16)

Port Data Output

Source

pub const fn pdo17(&self) -> Pdo17

Port Data Output

Source

pub const fn set_pdo17(&mut self, val: Pdo17)

Port Data Output

Source

pub const fn pdo18(&self) -> Pdo18

Port Data Output

Source

pub const fn set_pdo18(&mut self, val: Pdo18)

Port Data Output

Source

pub const fn pdo19(&self) -> Pdo19

Port Data Output

Source

pub const fn set_pdo19(&mut self, val: Pdo19)

Port Data Output

Source

pub const fn pdo20(&self) -> Pdo20

Port Data Output

Source

pub const fn set_pdo20(&mut self, val: Pdo20)

Port Data Output

Source

pub const fn pdo21(&self) -> Pdo21

Port Data Output

Source

pub const fn set_pdo21(&mut self, val: Pdo21)

Port Data Output

Source

pub const fn pdo22(&self) -> Pdo22

Port Data Output

Source

pub const fn set_pdo22(&mut self, val: Pdo22)

Port Data Output

Source

pub const fn pdo23(&self) -> Pdo23

Port Data Output

Source

pub const fn set_pdo23(&mut self, val: Pdo23)

Port Data Output

Source

pub const fn pdo24(&self) -> Pdo24

Port Data Output

Source

pub const fn set_pdo24(&mut self, val: Pdo24)

Port Data Output

Source

pub const fn pdo25(&self) -> Pdo25

Port Data Output

Source

pub const fn set_pdo25(&mut self, val: Pdo25)

Port Data Output

Source

pub const fn pdo26(&self) -> Pdo26

Port Data Output

Source

pub const fn set_pdo26(&mut self, val: Pdo26)

Port Data Output

Source

pub const fn pdo27(&self) -> Pdo27

Port Data Output

Source

pub const fn set_pdo27(&mut self, val: Pdo27)

Port Data Output

Source

pub const fn pdo28(&self) -> Pdo28

Port Data Output

Source

pub const fn set_pdo28(&mut self, val: Pdo28)

Port Data Output

Source

pub const fn pdo29(&self) -> Pdo29

Port Data Output

Source

pub const fn set_pdo29(&mut self, val: Pdo29)

Port Data Output

Source

pub const fn pdo30(&self) -> Pdo30

Port Data Output

Source

pub const fn set_pdo30(&mut self, val: Pdo30)

Port Data Output

Source

pub const fn pdo31(&self) -> Pdo31

Port Data Output

Source

pub const fn set_pdo31(&mut self, val: Pdo31)

Port Data Output

Trait Implementations§

Source§

impl Clone for Pdor

Source§

fn clone(&self) -> Pdor

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 Pdor

Source§

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

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

impl Default for Pdor

Source§

fn default() -> Pdor

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

impl PartialEq for Pdor

Source§

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

Source§

impl Eq for Pdor

Source§

impl StructuralPartialEq for Pdor

Auto Trait Implementations§

§

impl Freeze for Pdor

§

impl RefUnwindSafe for Pdor

§

impl Send for Pdor

§

impl Sync for Pdor

§

impl Unpin for Pdor

§

impl UnwindSafe for Pdor

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.