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