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
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
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