rp2040_pac::sysinfo

Type Alias PLATFORM

Source
pub type PLATFORM = Reg<PLATFORM_SPEC>;
Expand description

PLATFORM (r) register accessor: Platform register. Allows software to know what environment it is running in.

You can read this register and get platform::R. See API.

For information about available fields see platform module

Aliased Typeยง

struct PLATFORM { /* private fields */ }