pub struct RegisterBlock {
pub if_: IF,
pub ie: IE,
pub cr: CR,
pub l0: L0,
pub l1: L1,
pub l2: L2,
pub nlr: NLR,
/* private fields */
}Expand description
Register block
Fields§
§if_: IF0x00 - IF register
ie: IE0x04 - IE register
cr: CR0x08 - CR register
l0: L00x10..0x20 - register cluster
l1: L10x20..0x30 - register cluster
l2: L20x30..0x40 - register cluster
nlr: NLR0x40 - NLR register
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