pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn bcpu_reset_sts(&self) -> &BcpuResetSts
pub const fn bcpu_reset_sts(&self) -> &BcpuResetSts
0x30 - BCPU reset status register
Sourcepub const fn mcpu_reset_sts(&self) -> &McpuResetSts
pub const fn mcpu_reset_sts(&self) -> &McpuResetSts
0x34 - MCPU reset status register
Sourcepub const fn reset_sts_clear(&self) -> &ResetStsClear
pub const fn reset_sts_clear(&self) -> &ResetStsClear
0x3c - Reset status clear register
Sourcepub const fn aon_crg_cken_ctl(&self) -> &AonCrgCkenCtl
pub const fn aon_crg_cken_ctl(&self) -> &AonCrgCkenCtl
0x100 - AON CRG clock enable control
Sourcepub const fn aon_soft_rst_ctl(&self) -> &AonSoftRstCtl
pub const fn aon_soft_rst_ctl(&self) -> &AonSoftRstCtl
0x110 - AON soft reset control
Sourcepub const fn chip_reset(&self) -> &ChipReset
pub const fn chip_reset(&self) -> &ChipReset
0x110 - Chip reset control register
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