pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn nmi_int(&self) -> &NmiInt
pub const fn nmi_int(&self) -> &NmiInt
0x40 - WDT interrupt query and NMI interrupt configuration register
Sourcepub const fn soft_int_en(&self) -> &SoftIntEn
pub const fn soft_int_en(&self) -> &SoftIntEn
0x150 - CPU soft interrupt enable register
Sourcepub const fn soft_int_set(&self) -> &SoftIntSet
pub const fn soft_int_set(&self) -> &SoftIntSet
0x154 - CPU soft interrupt set register (self-clearing)
Sourcepub const fn soft_int_clr(&self) -> &SoftIntClr
pub const fn soft_int_clr(&self) -> &SoftIntClr
0x158 - CPU soft interrupt clear register (self-clearing)
Sourcepub const fn soft_int_sts(&self) -> &SoftIntSts
pub const fn soft_int_sts(&self) -> &SoftIntSts
0x15c - CPU soft interrupt status register
Sourcepub const fn ip_auto_cg_bypass(&self) -> &IpAutoCgBypass
pub const fn ip_auto_cg_bypass(&self) -> &IpAutoCgBypass
0x244 - IP auto clock-gate bypass control register. The vendor DMA porting path writes bit 19 so the primary DMA clock stays on during transfers.
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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