pub struct Icu { /* private fields */ }Implementations§
Source§impl Icu
impl Icu
Sourcepub const fn irqcr(
&self,
) -> &'static ClusterRegisterArray<Reg<Irqcr_SPEC, RW>, 15, 0x1>
pub const fn irqcr( &self, ) -> &'static ClusterRegisterArray<Reg<Irqcr_SPEC, RW>, 15, 0x1>
IRQ Control Register %s
Sourcepub const fn nmier(&self) -> &'static Reg<Nmier_SPEC, RW>
pub const fn nmier(&self) -> &'static Reg<Nmier_SPEC, RW>
Non-Maskable Interrupt Enable Register
Sourcepub const fn nmiclr(&self) -> &'static Reg<Nmiclr_SPEC, RW>
pub const fn nmiclr(&self) -> &'static Reg<Nmiclr_SPEC, RW>
Non-Maskable Interrupt Status Clear Register
Sourcepub const fn nmisr(&self) -> &'static Reg<Nmisr_SPEC, R>
pub const fn nmisr(&self) -> &'static Reg<Nmisr_SPEC, R>
Non-Maskable Interrupt Status Register
Sourcepub const fn wupen0(&self) -> &'static Reg<Wupen0_SPEC, RW>
pub const fn wupen0(&self) -> &'static Reg<Wupen0_SPEC, RW>
Wake Up Interrupt Enable Register 0
Sourcepub const fn wupen1(&self) -> &'static Reg<Wupen1_SPEC, RW>
pub const fn wupen1(&self) -> &'static Reg<Wupen1_SPEC, RW>
Wake Up Interrupt Enable Register 1
Sourcepub const fn delsr(
&self,
) -> &'static ClusterRegisterArray<Reg<Delsr_SPEC, RW>, 8, 0x4>
pub const fn delsr( &self, ) -> &'static ClusterRegisterArray<Reg<Delsr_SPEC, RW>, 8, 0x4>
DMAC Event Link Setting Register %s
Sourcepub const fn ielsr(
&self,
) -> &'static ClusterRegisterArray<Reg<Ielsr_SPEC, RW>, 96, 0x4>
pub const fn ielsr( &self, ) -> &'static ClusterRegisterArray<Reg<Ielsr_SPEC, RW>, 96, 0x4>
ICU Event Link Setting Register %s
Trait Implementations§
impl Copy for Icu
impl Eq for Icu
impl Send for Icu
Interrupt Controller
impl StructuralPartialEq for Icu
impl Sync for Icu
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more