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