@web-font-path: "roboto-debian.css";
v2.0.0 (RP2040)
Loading...
Searching...
No Matches
15#ifndef _PICO_PLATFORM_CPU_REGS_H
16#define _PICO_PLATFORM_CPU_REGS_H
18#include "hardware/regs/m0plus.h"
19#define ARM_CPU_PREFIXED(x) M0PLUS_ ## x
22#include "hardware/structs/m0plus.h"
23#define arm_cpu_hw m0plus_hw
24#include "hardware/structs/nvic.h"
25#include "hardware/structs/scb.h"