pub type CPUID = Reg<CPUID_SPEC>;Expand description
CPUID (r) register accessor: Read the CPU ID Base Register to determine: the ID number of the processor core, the version number of the processor core, the implementation details of the processor core.
You can read this register and get cpuid::R. See API.
For information about available fields see cpuid
module
Aliased Typeยง
pub struct CPUID { /* private fields */ }