Type Alias LmemPccsar
pub type LmemPccsar = Reg<LmemPccsarSpec>;Expand description
LMEM_PCCSAR (rw) register accessor: Cache search address register
You can read this register and get lmem_pccsar::R. You can reset, write, write_with_zero this register using lmem_pccsar::W. You can also modify this register. See API.
For information about available fields see lmem_pccsar module
Aliased Type§
#[repr(transparent)]pub struct LmemPccsar {
register: VolatileCell<u32>,
_marker: PhantomData<LmemPccsarSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<LmemPccsarSpec>