Pccrmr

Type Alias Pccrmr 

pub type Pccrmr = Reg<PccrmrSpec>;
Expand description

PCCRMR (rw) register accessor: Cache regions mode register

You can read this register and get pccrmr::R. You can reset, write, write_with_zero this register using pccrmr::W. You can also modify this register. See API.

For information about available fields see pccrmr module

Aliased Type§

#[repr(transparent)]
pub struct Pccrmr { register: VolatileCell<u32>, _marker: PhantomData<PccrmrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<PccrmrSpec>