Cpuid

Type Alias Cpuid 

pub type Cpuid = Reg<CpuidSpec>;
Expand description

CPUID (r) register accessor: CPUID Base Register

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

For information about available fields see cpuid module

Aliased Type§

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

Fields§

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