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