nxp-pac

Crates

git

Versions

lpc55s69_cm33_core1

Flavors

FlashCmpa

Struct FlashCmpa 

Source
pub struct FlashCmpa { /* private fields */ }
Expand description

FLASH_CMPA

Implementations§

Source§

impl FlashCmpa

Source

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

Source

pub const fn as_ptr(&self) -> *mut ()

Source

pub const fn boot_cfg(self) -> Reg<BootCfg, RW>

no description available

Source

pub const fn spi_flash_cfg(self) -> Reg<SpiFlashCfg, RW>

no description available

Source

pub const fn usb_id(self) -> Reg<UsbId, RW>

no description available

Source

pub const fn sdio_cfg(self) -> Reg<SdioCfg, RW>

no description available

Source

pub const fn cc_socu_pin(self) -> Reg<CcSocuPin, RW>

no description available

Source

pub const fn cc_socu_dflt(self) -> Reg<CcSocuDflt, RW>

no description available

Source

pub const fn vendor_usage(self) -> Reg<VendorUsage, RW>

no description available

Source

pub const fn secure_boot_cfg(self) -> Reg<SecureBootCfg, RW>

Secure boot configuration flags.

Source

pub const fn prince_base_addr(self) -> Reg<PrinceBaseAddr, RW>

no description available

Source

pub const fn prince_sr_0(self) -> Reg<PrinceSr0, RW>

Region 0, sub-region enable

Source

pub const fn prince_sr_1(self) -> Reg<PrinceSr1, RW>

Region 1, sub-region enable

Source

pub const fn prince_sr_2(self) -> Reg<PrinceSr2, RW>

Region 2, sub-region enable

Source

pub const fn xtal_32khz_capabank_trim(self) -> Reg<Xtal32khzCapabankTrim, RW>

Xtal 32kHz capabank triming.

Source

pub const fn xtal_16mhz_capabank_trim(self) -> Reg<Xtal16mhzCapabankTrim, RW>

Xtal 16MHz capabank triming.

Source

pub const fn rotkh(self, n: usize) -> Reg<Rotkh, RW>

ROTKHindex for Root of Trust Keys Table hash[(((7 - index) * 32) + 31):((7 - index) * 32)]

Source

pub const fn customer_defined(self, n: usize) -> Reg<CustomerDefined, RW>

Customer Defined (Programable through ROM API)

Source

pub const fn sha256_digest(self, n: usize) -> Reg<Sha256Digest, RW>

SHA256_DIGESTindex for DIGEST[((index * 32) + 31):(index * 32)]

Trait Implementations§

Source§

impl Clone for FlashCmpa

Source§

fn clone(&self) -> FlashCmpa

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 PartialEq for FlashCmpa

Source§

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

Source§

impl Eq for FlashCmpa

Source§

impl Send for FlashCmpa

Source§

impl StructuralPartialEq for FlashCmpa

Source§

impl Sync for FlashCmpa

Auto Trait Implementations§

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.