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