nxp-pac

Crates

git

Versions

mcxn947_cm33_core1

Flavors

Mctl

Struct Mctl 

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

FMU Control Register

Tuple Fields§

§0: u32

Implementations§

Source§

impl Mctl

Source

pub const fn corehld(&self) -> Corehld

Core Hold

Source

pub const fn set_corehld(&mut self, val: Corehld)

Core Hold

Source

pub const fn lsact_en(&self) -> LsactEn

LSACTIVE Feature Enable

Source

pub const fn set_lsact_en(&mut self, val: LsactEn)

LSACTIVE Feature Enable

Source

pub const fn lsactwren(&self) -> Lsactwren

LSACTIVE Write Enable

Source

pub const fn set_lsactwren(&mut self, val: Lsactwren)

LSACTIVE Write Enable

Source

pub const fn master_repair_en(&self) -> MasterRepairEn

Master Repair Enable

Source

pub const fn set_master_repair_en(&mut self, val: MasterRepairEn)

Master Repair Enable

Source

pub const fn rfcmden(&self) -> Rfcmden

RF Active Command Enable Control

Source

pub const fn set_rfcmden(&mut self, val: Rfcmden)

RF Active Command Enable Control

Source

pub const fn cwsabten(&self) -> Cwsabten

Command Write Sequence Abort Enable

Source

pub const fn set_cwsabten(&mut self, val: Cwsabten)

Command Write Sequence Abort Enable

Source

pub const fn mrgrddis(&self) -> Mrgrddis

Margin Read Disable

Source

pub const fn set_mrgrddis(&mut self, val: Mrgrddis)

Margin Read Disable

Source

pub const fn mrgrd0(&self) -> u8

Margin Read Setting for Program

Source

pub const fn set_mrgrd0(&mut self, val: u8)

Margin Read Setting for Program

Source

pub const fn mrgrd1(&self) -> u8

Margin Read Setting for Erase

Source

pub const fn set_mrgrd1(&mut self, val: u8)

Margin Read Setting for Erase

Source

pub const fn ersaack(&self) -> Ersaack

Mass Erase (Erase All) Acknowledge

Source

pub const fn set_ersaack(&mut self, val: Ersaack)

Mass Erase (Erase All) Acknowledge

Source

pub const fn scan_obs(&self) -> ScanObs

Scan Observability Control

Source

pub const fn set_scan_obs(&mut self, val: ScanObs)

Scan Observability Control

Source

pub const fn bist_ctl(&self) -> BistCtl

BIST IP Control

Source

pub const fn set_bist_ctl(&mut self, val: BistCtl)

BIST IP Control

Source

pub const fn smwr_ctl(&self) -> SmwrCtl

SMWR IP Control

Source

pub const fn set_smwr_ctl(&mut self, val: SmwrCtl)

SMWR IP Control

Source

pub const fn salv_dis(&self) -> SalvDis

Salvage Disable

Source

pub const fn set_salv_dis(&mut self, val: SalvDis)

Salvage Disable

Source

pub const fn soc_ecc_ctl(&self) -> SocEccCtl

SOC ECC Control

Source

pub const fn set_soc_ecc_ctl(&mut self, val: SocEccCtl)

SOC ECC Control

Source

pub const fn fmu_ecc_ctl(&self) -> FmuEccCtl

FMU ECC Control

Source

pub const fn set_fmu_ecc_ctl(&mut self, val: FmuEccCtl)

FMU ECC Control

Source

pub const fn bist_pwr_dis(&self) -> BistPwrDis

BIST Power Mode Disable

Source

pub const fn set_bist_pwr_dis(&mut self, val: BistPwrDis)

BIST Power Mode Disable

Source

pub const fn osc_h(&self) -> OscH

Oscillator control

Source

pub const fn set_osc_h(&mut self, val: OscH)

Oscillator control

Trait Implementations§

Source§

impl Clone for Mctl

Source§

fn clone(&self) -> Mctl

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 Mctl

Source§

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

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

impl Default for Mctl

Source§

fn default() -> Mctl

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

impl PartialEq for Mctl

Source§

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

Source§

impl Eq for Mctl

Source§

impl StructuralPartialEq for Mctl

Auto Trait Implementations§

§

impl Freeze for Mctl

§

impl RefUnwindSafe for Mctl

§

impl Send for Mctl

§

impl Sync for Mctl

§

impl Unpin for Mctl

§

impl UnwindSafe for Mctl

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.