Type Alias rp2040_pac::sio::CPUID

source ·
pub type CPUID = Reg<CPUID_SPEC>;
Expand description

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.

For information about available fields see cpuid module

Aliased Type§

struct CPUID { /* private fields */ }