Type Alias Cpuid

Source
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ยง

struct Cpuid { /* private fields */ }