Cpcr

Type Alias Cpcr 

pub type Cpcr = Reg<CpcrSpec>;
Expand description

CPCR (rw) register accessor: Core Platform Control Register

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

For information about available fields see cpcr module

Aliased Type§

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

Fields§

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