pub type CPUID = Reg<CPUID_SPEC>;
CPUID (r) register accessor: Processor core identifier Value is 0 when read from processor core 0, and 1 when read from processor core 1.
You can read this register and get cpuid::R. See API.
read
cpuid::R
For information about available fields see cpuid module
cpuid
pub struct CPUID { /* private fields */ }