pub struct Icu { /* private fields */ }Implementations§
Source§impl Icu
impl Icu
Sourcepub const fn irqcr(
&self,
) -> &'static ClusterRegisterArray<Reg<Irqcr_SPEC, RW>, 8, 0x1>
pub const fn irqcr( &self, ) -> &'static ClusterRegisterArray<Reg<Irqcr_SPEC, RW>, 8, 0x1>
IRQ Control Register %s
pub const fn irqcr0(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr1(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr2(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr3(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr4(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr5(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr6(&self) -> &'static Reg<Irqcr_SPEC, RW>
pub const fn irqcr7(&self) -> &'static Reg<Irqcr_SPEC, RW>
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 ielsr(
&self,
) -> &'static ClusterRegisterArray<Reg<Ielsr_SPEC, RW>, 32, 0x4>
pub const fn ielsr( &self, ) -> &'static ClusterRegisterArray<Reg<Ielsr_SPEC, RW>, 32, 0x4>
ICU Event Link Setting Register %s
pub const fn ielsr0(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr1(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr2(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr3(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr4(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr5(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr6(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr7(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr8(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr9(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr10(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr11(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr12(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr13(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr14(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr15(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr16(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr17(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr18(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr19(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr20(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr21(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr22(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr23(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr24(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr25(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr26(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr27(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr28(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr29(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr30(&self) -> &'static Reg<Ielsr_SPEC, RW>
pub const fn ielsr31(&self) -> &'static Reg<Ielsr_SPEC, RW>
Trait Implementations§
impl Copy for Icu
impl Eq for Icu
impl Send for Icu
ICU for CPU
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