nxp-pac

Crates

git

Versions

mcxn947_cm33_core1

Flavors

Ptor

Struct Ptor 

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

Port Toggle Output

Tuple Fields§

§0: u32

Implementations§

Source§

impl Ptor

Source

pub const fn ptto0(&self) -> Ptto0

Port Toggle Output

Source

pub const fn set_ptto0(&mut self, val: Ptto0)

Port Toggle Output

Source

pub const fn ptto1(&self) -> Ptto1

Port Toggle Output

Source

pub const fn set_ptto1(&mut self, val: Ptto1)

Port Toggle Output

Source

pub const fn ptto2(&self) -> Ptto2

Port Toggle Output

Source

pub const fn set_ptto2(&mut self, val: Ptto2)

Port Toggle Output

Source

pub const fn ptto3(&self) -> Ptto3

Port Toggle Output

Source

pub const fn set_ptto3(&mut self, val: Ptto3)

Port Toggle Output

Source

pub const fn ptto4(&self) -> Ptto4

Port Toggle Output

Source

pub const fn set_ptto4(&mut self, val: Ptto4)

Port Toggle Output

Source

pub const fn ptto5(&self) -> Ptto5

Port Toggle Output

Source

pub const fn set_ptto5(&mut self, val: Ptto5)

Port Toggle Output

Source

pub const fn ptto6(&self) -> Ptto6

Port Toggle Output

Source

pub const fn set_ptto6(&mut self, val: Ptto6)

Port Toggle Output

Source

pub const fn ptto7(&self) -> Ptto7

Port Toggle Output

Source

pub const fn set_ptto7(&mut self, val: Ptto7)

Port Toggle Output

Source

pub const fn ptto8(&self) -> Ptto8

Port Toggle Output

Source

pub const fn set_ptto8(&mut self, val: Ptto8)

Port Toggle Output

Source

pub const fn ptto9(&self) -> Ptto9

Port Toggle Output

Source

pub const fn set_ptto9(&mut self, val: Ptto9)

Port Toggle Output

Source

pub const fn ptto10(&self) -> Ptto10

Port Toggle Output

Source

pub const fn set_ptto10(&mut self, val: Ptto10)

Port Toggle Output

Source

pub const fn ptto11(&self) -> Ptto11

Port Toggle Output

Source

pub const fn set_ptto11(&mut self, val: Ptto11)

Port Toggle Output

Source

pub const fn ptto12(&self) -> Ptto12

Port Toggle Output

Source

pub const fn set_ptto12(&mut self, val: Ptto12)

Port Toggle Output

Source

pub const fn ptto13(&self) -> Ptto13

Port Toggle Output

Source

pub const fn set_ptto13(&mut self, val: Ptto13)

Port Toggle Output

Source

pub const fn ptto14(&self) -> Ptto14

Port Toggle Output

Source

pub const fn set_ptto14(&mut self, val: Ptto14)

Port Toggle Output

Source

pub const fn ptto15(&self) -> Ptto15

Port Toggle Output

Source

pub const fn set_ptto15(&mut self, val: Ptto15)

Port Toggle Output

Source

pub const fn ptto16(&self) -> Ptto16

Port Toggle Output

Source

pub const fn set_ptto16(&mut self, val: Ptto16)

Port Toggle Output

Source

pub const fn ptto17(&self) -> Ptto17

Port Toggle Output

Source

pub const fn set_ptto17(&mut self, val: Ptto17)

Port Toggle Output

Source

pub const fn ptto18(&self) -> Ptto18

Port Toggle Output

Source

pub const fn set_ptto18(&mut self, val: Ptto18)

Port Toggle Output

Source

pub const fn ptto19(&self) -> Ptto19

Port Toggle Output

Source

pub const fn set_ptto19(&mut self, val: Ptto19)

Port Toggle Output

Source

pub const fn ptto20(&self) -> Ptto20

Port Toggle Output

Source

pub const fn set_ptto20(&mut self, val: Ptto20)

Port Toggle Output

Source

pub const fn ptto21(&self) -> Ptto21

Port Toggle Output

Source

pub const fn set_ptto21(&mut self, val: Ptto21)

Port Toggle Output

Source

pub const fn ptto22(&self) -> Ptto22

Port Toggle Output

Source

pub const fn set_ptto22(&mut self, val: Ptto22)

Port Toggle Output

Source

pub const fn ptto23(&self) -> Ptto23

Port Toggle Output

Source

pub const fn set_ptto23(&mut self, val: Ptto23)

Port Toggle Output

Source

pub const fn ptto24(&self) -> Ptto24

Port Toggle Output

Source

pub const fn set_ptto24(&mut self, val: Ptto24)

Port Toggle Output

Source

pub const fn ptto25(&self) -> Ptto25

Port Toggle Output

Source

pub const fn set_ptto25(&mut self, val: Ptto25)

Port Toggle Output

Source

pub const fn ptto26(&self) -> Ptto26

Port Toggle Output

Source

pub const fn set_ptto26(&mut self, val: Ptto26)

Port Toggle Output

Source

pub const fn ptto27(&self) -> Ptto27

Port Toggle Output

Source

pub const fn set_ptto27(&mut self, val: Ptto27)

Port Toggle Output

Source

pub const fn ptto28(&self) -> Ptto28

Port Toggle Output

Source

pub const fn set_ptto28(&mut self, val: Ptto28)

Port Toggle Output

Source

pub const fn ptto29(&self) -> Ptto29

Port Toggle Output

Source

pub const fn set_ptto29(&mut self, val: Ptto29)

Port Toggle Output

Source

pub const fn ptto30(&self) -> Ptto30

Port Toggle Output

Source

pub const fn set_ptto30(&mut self, val: Ptto30)

Port Toggle Output

Source

pub const fn ptto31(&self) -> Ptto31

Port Toggle Output

Source

pub const fn set_ptto31(&mut self, val: Ptto31)

Port Toggle Output

Trait Implementations§

Source§

impl Clone for Ptor

Source§

fn clone(&self) -> Ptor

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 Ptor

Source§

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

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

impl Default for Ptor

Source§

fn default() -> Ptor

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

impl PartialEq for Ptor

Source§

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

Source§

impl Eq for Ptor

Source§

impl StructuralPartialEq for Ptor

Auto Trait Implementations§

§

impl Freeze for Ptor

§

impl RefUnwindSafe for Ptor

§

impl Send for Ptor

§

impl Sync for Ptor

§

impl Unpin for Ptor

§

impl UnwindSafe for Ptor

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.