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