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