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