#[repr(C)]pub struct RegisterBlock {
pub cci_cfg: CCI_CFG,
pub cci_addr: CCI_ADDR,
pub cci_wdata: CCI_WDATA,
pub cci_rdata: CCI_RDATA,
pub cci_ctl: CCI_CTL,
}Expand description
Register block
Fields§
§cci_cfg: CCI_CFG0x00 - cci_cfg.
cci_addr: CCI_ADDR0x04 - cci_addr.
cci_wdata: CCI_WDATA0x08 - cci_wdata.
cci_rdata: CCI_RDATA0x0c - cci_rdata.
cci_ctl: CCI_CTL0x10 - cci_ctl.
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