Arm Cortex-M0+ interrupt facilities are defined in the
include/picolibrary/arm/cortex/m0plus/interrupt.h
/source/picolibrary/arm/cortex/m0plus/interrupt.cc
header/source file pair.
The ::picolibrary::Arm::Cortex::M0PLUS::Interrupt::Handler
type alias defines the
signature of interrupt handlers.
The ::picolibrary::Arm::Cortex::M0PLUS::Interrupt::Vector_Table
structure defines the
layout of the interrupt vector table.
picolibrary-arm-cortex-m0plus does not instantiate a default interrupt vector table.