pub struct Elc { /* private fields */ }Implementations§
Source§impl Elc
impl Elc
Sourcepub const fn elsegr(
&self,
) -> &'static ClusterRegisterArray<Reg<Elsegr_SPEC, RW>, 2, 0x2>
pub const fn elsegr( &self, ) -> &'static ClusterRegisterArray<Reg<Elsegr_SPEC, RW>, 2, 0x2>
Event Link Software Event Generation Register %s
pub const fn elsegr0(&self) -> &'static Reg<Elsegr_SPEC, RW>
pub const fn elsegr1(&self) -> &'static Reg<Elsegr_SPEC, RW>
Sourcepub const fn elsr(
&self,
) -> &'static ClusterRegisterArray<Reg<Elsr_SPEC, RW>, 6, 0x4>
pub const fn elsr( &self, ) -> &'static ClusterRegisterArray<Reg<Elsr_SPEC, RW>, 6, 0x4>
Event Link Setting Register %s
pub const fn elsr12(&self) -> &'static Reg<Elsr_SPEC, RW>
pub const fn elsr13(&self) -> &'static Reg<Elsr_SPEC, RW>
pub const fn elsr14(&self) -> &'static Reg<Elsr_SPEC, RW>
pub const fn elsr15(&self) -> &'static Reg<Elsr_SPEC, RW>
pub const fn elsr16(&self) -> &'static Reg<Elsr_SPEC, RW>
pub const fn elsr17(&self) -> &'static Reg<Elsr_SPEC, RW>
Sourcepub const fn elcsara(&self) -> &'static Reg<Elcsara_SPEC, RW>
pub const fn elcsara(&self) -> &'static Reg<Elcsara_SPEC, RW>
Event Link Controller Security Attribution Register A
Trait Implementations§
impl Copy for Elc
impl Eq for Elc
impl Send for Elc
Event Link Controller
impl StructuralPartialEq for Elc
impl Sync for Elc
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