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