Struct RegisterBlock
#[repr(C)]pub struct RegisterBlock {
lmem_pcccr: LmemPcccr,
lmem_pcclcr: LmemPcclcr,
lmem_pccsar: LmemPccsar,
lmem_pcccvr: LmemPcccvr,
_reserved4: [u8; 16],
pccrmr: Pccrmr,
}Expand description
Register block
Fields§
§lmem_pcccr: LmemPcccr§lmem_pcclcr: LmemPcclcr§lmem_pccsar: LmemPccsar§lmem_pcccvr: LmemPcccvr§_reserved4: [u8; 16]§pccrmr: PccrmrImplementations§
§impl RegisterBlock
impl RegisterBlock
pub const fn lmem_pcccr(&self) -> &LmemPcccr
pub const fn lmem_pcccr(&self) -> &LmemPcccr
0x00 - Cache control register
pub const fn lmem_pcclcr(&self) -> &LmemPcclcr
pub const fn lmem_pcclcr(&self) -> &LmemPcclcr
0x04 - Cache line control register
pub const fn lmem_pccsar(&self) -> &LmemPccsar
pub const fn lmem_pccsar(&self) -> &LmemPccsar
0x08 - Cache search address register
pub const fn lmem_pcccvr(&self) -> &LmemPcccvr
pub const fn lmem_pcccvr(&self) -> &LmemPcccvr
0x0c - Cache read/write value 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