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