pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn reset_count(&self) -> &ResetCount
pub const fn reset_count(&self) -> &ResetCount
0x08 - Reset count register
Sourcepub const fn reg_sys_rst_record(&self) -> &RegSysRstRecord
pub const fn reg_sys_rst_record(&self) -> &RegSysRstRecord
0x98 - System reset record register
Sourcepub const fn sys_rst_record_0(&self) -> &SysRstRecord0
pub const fn sys_rst_record_0(&self) -> &SysRstRecord0
0xa0 - System reset history record 0
Sourcepub const fn sys_diag_clr_1(&self) -> &SysDiagClr1
pub const fn sys_diag_clr_1(&self) -> &SysDiagClr1
0xa4 - System diagnostic clear 1
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