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