Pdc

Struct Pdc 

Source
pub struct Pdc { /* private fields */ }

Implementations§

Source§

impl Pdc

Source

pub const fn pdc_acknowledge_reg( &self, ) -> &'static Reg<PdcAcknowledgeReg_SPEC, RW>

Clear a pending PDC bit

Source

pub const fn pdc_ctrl0_reg(&self) -> &'static Reg<PdcCtrl0Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl10_reg(&self) -> &'static Reg<PdcCtrl10Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl11_reg(&self) -> &'static Reg<PdcCtrl11Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl12_reg(&self) -> &'static Reg<PdcCtrl12Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl13_reg(&self) -> &'static Reg<PdcCtrl13Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl14_reg(&self) -> &'static Reg<PdcCtrl14Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl15_reg(&self) -> &'static Reg<PdcCtrl15Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl1_reg(&self) -> &'static Reg<PdcCtrl1Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl2_reg(&self) -> &'static Reg<PdcCtrl2Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl3_reg(&self) -> &'static Reg<PdcCtrl3Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl4_reg(&self) -> &'static Reg<PdcCtrl4Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl5_reg(&self) -> &'static Reg<PdcCtrl5Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl6_reg(&self) -> &'static Reg<PdcCtrl6Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl7_reg(&self) -> &'static Reg<PdcCtrl7Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl8_reg(&self) -> &'static Reg<PdcCtrl8Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_ctrl9_reg(&self) -> &'static Reg<PdcCtrl9Reg_SPEC, RW>

PDC control register

Source

pub const fn pdc_pending_cm33_reg( &self, ) -> &'static Reg<PdcPendingCm33Reg_SPEC, RW>

Shows any pending IRQ to CM33

Source

pub const fn pdc_pending_cmac_reg( &self, ) -> &'static Reg<PdcPendingCmacReg_SPEC, RW>

Shows any pending IRQ to CM33

Source

pub const fn pdc_pending_reg(&self) -> &'static Reg<PdcPendingReg_SPEC, RW>

Shows any pending wakup event

Source

pub const fn pdc_pending_snc_reg( &self, ) -> &'static Reg<PdcPendingSncReg_SPEC, RW>

Shows any pending IRQ to SNC

Source

pub const fn pdc_set_pending_reg( &self, ) -> &'static Reg<PdcSetPendingReg_SPEC, RW>

Set a pending PDC bit

Trait Implementations§

Source§

impl Clone for Pdc

Source§

fn clone(&self) -> Pdc

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 Pdc

Source§

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

Source§

impl Eq for Pdc

Source§

impl Send for Pdc

PDC registers

Source§

impl StructuralPartialEq for Pdc

Source§

impl Sync for Pdc

Auto Trait Implementations§

§

impl Freeze for Pdc

§

impl RefUnwindSafe for Pdc

§

impl Unpin for Pdc

§

impl UnwindSafe for Pdc

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.