pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn gexp_status_ie(&self) -> &GexpStatusIe
pub const fn gexp_status_ie(&self) -> &GexpStatusIe
0x14 - General Exception Status Interrupt Enable
Sourcepub const fn gexp_status(&self) -> &GexpStatus
pub const fn gexp_status(&self) -> &GexpStatus
0x18 - General Exception Status
Sourcepub const fn res_status_ie(&self) -> &ResStatusIe
pub const fn res_status_ie(&self) -> &ResStatusIe
0x38 - Result Status Interrupt Enable
Sourcepub const fn res_status(&self) -> &ResStatus
pub const fn res_status(&self) -> &ResStatus
0x3c - Result Status
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin 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