CPUID

Type Alias CPUID 

Source
pub type CPUID = Reg<CPUID_SPEC>;
Expand description

CPUID (rw) register accessor: Provides identification information for the PE, including an implementer code for the device and a device ID number

You can read this register and get cpuid::R. You can reset, write, write_with_zero this register using cpuid::W. You can also modify this register. See API.

For information about available fields see cpuid module

Aliased Typeยง

pub struct CPUID { /* private fields */ }