pub struct RegisterBlock {
pub load: LOAD,
pub value: VALUE,
pub cr: CR,
pub ie: IE,
pub if_: IF,
pub halt: HALT,
pub occr: OCCR,
pub ocmat: OCMAT,
pub reserved2: RESERVED2,
pub iclow: ICLOW,
pub ichigh: ICHIGH,
pub prediv: PREDIV,
/* private fields */
}Expand description
Register block
Fields§
§load: LOAD0x00 - LOAD register
value: VALUE0x04 - VALUE register
cr: CR0x08 - CR register
ie: IE0x10 - IE register
if_: IF0x14 - IF register
halt: HALT0x18 - HALT register
occr: OCCR0x1c - OCCR register
ocmat: OCMAT0x20 - OCMAT register
reserved2: RESERVED20x24 - RESERVED2 register
iclow: ICLOW0x28 - ICLOW register
ichigh: ICHIGH0x2c - ICHIGH register
prediv: PREDIV0x30 - PREDIV 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