Type Alias Cp0cfg0
pub type Cp0cfg0 = Reg<Cp0cfg0Spec>;Expand description
CP0CFG0 (r) register accessor: Processor 0 Configuration Register 0
You can read this register and get cp0cfg0::R. See API.
For information about available fields see cp0cfg0 module
Aliased Type§
#[repr(transparent)]pub struct Cp0cfg0 {
register: VolatileCell<u32>,
_marker: PhantomData<Cp0cfg0Spec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Cp0cfg0Spec>