CpxType

Type Alias CpxType 

pub type CpxType = Reg<CpxTypeSpec>;
Expand description

CPxTYPE (r) register accessor: Processor X Type Register

You can read this register and get cpx_type::R. See API.

For information about available fields see cpx_type module

Aliased Type§

#[repr(transparent)]
pub struct CpxType { register: VolatileCell<u32>, _marker: PhantomData<CpxTypeSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<CpxTypeSpec>