nxp-pac

Crates

git

Versions

mcxa577

Flavors

Cr

Struct Cr 

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

Control

Tuple Fields§

§0: u32

Implementations§

Source§

impl Cr

Source

pub const fn p1_single_flash(&self) -> P1SingleFlash

Flash memory organization

Source

pub const fn set_p1_single_flash(&mut self, val: P1SingleFlash)

Flash memory organization

Source

pub const fn p1_single_flash_chip_select(&self) -> P1SingleFlashChipSelect

Single Flash mode Chip Select

Source

pub const fn set_p1_single_flash_chip_select( &mut self, val: P1SingleFlashChipSelect, )

Single Flash mode Chip Select

Source

pub const fn p1_single_flash_allow_write(&self) -> P1SingleFlashAllowWrite

Single Flash Allow Write

Source

pub const fn set_p1_single_flash_allow_write( &mut self, val: P1SingleFlashAllowWrite, )

Single Flash Allow Write

Source

pub const fn p0_single_flash(&self) -> P0SingleFlash

Flash memory organization

Source

pub const fn set_p0_single_flash(&mut self, val: P0SingleFlash)

Flash memory organization

Source

pub const fn p0_single_flash_chip_select(&self) -> P0SingleFlashChipSelect

Single Flash mode Chip Select

Source

pub const fn set_p0_single_flash_chip_select( &mut self, val: P0SingleFlashChipSelect, )

Single Flash mode Chip Select

Source

pub const fn p0_single_flash_allow_write(&self) -> P0SingleFlashAllowWrite

Single Flash Allow Write

Source

pub const fn set_p0_single_flash_allow_write( &mut self, val: P0SingleFlashAllowWrite, )

Single Flash Allow Write

Source

pub const fn p1_act_sel(&self) -> P1ActSel

Active Chip Select for Flash memory

Source

pub const fn set_p1_act_sel(&mut self, val: P1ActSel)

Active Chip Select for Flash memory

Source

pub const fn p1_we_byte_md(&self) -> P1WeByteMd

Write enable switch for address byte mode

Source

pub const fn set_p1_we_byte_md(&mut self, val: P1WeByteMd)

Write enable switch for address byte mode

Source

pub const fn p1_perm_byte_md(&self) -> P1PermByteMd

Address Byte change mode

Source

pub const fn set_p1_perm_byte_md(&mut self, val: P1PermByteMd)

Address Byte change mode

Source

pub const fn p1_byte_sel(&self) -> P1ByteSel

Address Byte Select

Source

pub const fn set_p1_byte_sel(&mut self, val: P1ByteSel)

Address Byte Select

Source

pub const fn p1_byte_sel_md(&self) -> P1ByteSelMd

Address Byte Select Mode

Source

pub const fn set_p1_byte_sel_md(&mut self, val: P1ByteSelMd)

Address Byte Select Mode

Source

pub const fn p1_dirty_clr(&self) -> bool

Clear dirty state for P1

Source

pub const fn set_p1_dirty_clr(&mut self, val: bool)

Clear dirty state for P1

Source

pub const fn p1_flt_en(&self) -> P1FltEn

Filter Enable bit

Source

pub const fn set_p1_flt_en(&mut self, val: P1FltEn)

Filter Enable bit

Source

pub const fn p1_byte_md_rst(&self) -> P1ByteMdRst

Address mode setting after reset

Source

pub const fn set_p1_byte_md_rst(&mut self, val: P1ByteMdRst)

Address mode setting after reset

Source

pub const fn p0_act_sel(&self) -> P0ActSel

Active Chip Select for Flash memory

Source

pub const fn set_p0_act_sel(&mut self, val: P0ActSel)

Active Chip Select for Flash memory

Source

pub const fn p0_we_byte_md(&self) -> P0WeByteMd

Write enable switch for address byte mode

Source

pub const fn set_p0_we_byte_md(&mut self, val: P0WeByteMd)

Write enable switch for address byte mode

Source

pub const fn p0_perm_byte_md(&self) -> P0PermByteMd

Address Byte change mode

Source

pub const fn set_p0_perm_byte_md(&mut self, val: P0PermByteMd)

Address Byte change mode

Source

pub const fn p0_byte_sel(&self) -> P0ByteSel

Address Byte Select Mode for P0

Source

pub const fn set_p0_byte_sel(&mut self, val: P0ByteSel)

Address Byte Select Mode for P0

Source

pub const fn p0_byte_sel_md(&self) -> P0ByteSelMd

Address Byte Select Mode

Source

pub const fn set_p0_byte_sel_md(&mut self, val: P0ByteSelMd)

Address Byte Select Mode

Source

pub const fn p0_dirty_clr(&self) -> bool

Clear dirty state for P0

Source

pub const fn set_p0_dirty_clr(&mut self, val: bool)

Clear dirty state for P0

Source

pub const fn p0_flt_en(&self) -> P0FltEn

Filter Enable bit

Source

pub const fn set_p0_flt_en(&mut self, val: P0FltEn)

Filter Enable bit

Source

pub const fn p0_byte_md_rst(&self) -> P0ByteMdRst

Address mode setting after reset

Source

pub const fn set_p0_byte_md_rst(&mut self, val: P0ByteMdRst)

Address mode setting after reset

Trait Implementations§

Source§

impl Clone for Cr

Source§

fn clone(&self) -> Cr

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 Cr

Source§

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

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

impl Default for Cr

Source§

fn default() -> Cr

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

impl PartialEq for Cr

Source§

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

Source§

impl Eq for Cr

Source§

impl StructuralPartialEq for Cr

Auto Trait Implementations§

§

impl Freeze for Cr

§

impl RefUnwindSafe for Cr

§

impl Send for Cr

§

impl Sync for Cr

§

impl Unpin for Cr

§

impl UnwindSafe for Cr

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.