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