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