[][src]Type Definition rp2040::ppb::CPUID

type CPUID = Reg<u32, _CPUID>;

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.

This register you can read. See API.

For information about available fields see cpuid module

Trait Implementations

impl Readable for CPUID[src]

read() method returns cpuid::R reader structure