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