CpxCount

Type Alias CpxCount 

pub type CpxCount = Reg<CpxCountSpec>;
Expand description

CPxCOUNT (r) register accessor: Processor X Count Register

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

For information about available fields see cpx_count module

Aliased Type§

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

Fields§

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