pub struct RegisterBlock {
pub plasc: PLASC,
pub plamc: PLAMC,
pub cr: CR,
pub iscr: ISCR,
pub etbcc: ETBCC,
pub etbrl: ETBRL,
pub etbcnt: ETBCNT,
pub pid: PID,
/* private fields */
}Expand description
Register block
Fields§
§plasc: PLASC0x08 - Crossbar Switch (AXBS) Slave Configuration
plamc: PLAMC0x0a - Crossbar Switch (AXBS) Master Configuration
cr: CR0x0c - Control Register
iscr: ISCR0x10 - Interrupt Status Register
etbcc: ETBCC0x14 - ETB Counter Control register
etbrl: ETBRL0x18 - ETB Reload register
etbcnt: ETBCNT0x1c - ETB Counter Value register
pid: PID0x30 - Process ID 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 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