v2.0.0
15#ifndef _PICO_PLATFORM_CPU_REGS_H
16#define _PICO_PLATFORM_CPU_REGS_H
21#include "hardware/regs/m33.h"
22#define ARM_CPU_PREFIXED(x) M33_ ## x
24#include "hardware/structs/m33.h"
25#define arm_cpu_hw m33_hw
26#include "hardware/structs/nvic.h"
27#include "hardware/structs/scb.h"