Type Alias rp2040_pac::sysinfo::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 */ }