29#ifndef _CMSIS_SYSTEM_RP2040_H
30#define _CMSIS_SYSTEM_RP2040_H
void(* VECTOR_TABLE_Type)(void)
Exception / Interrupt Handler Function Prototype.
Definition: system_RP2040.h:39
void SystemInit(void)
Setup the microcontroller system.
Definition: system_RP2040.c:49
uint32_t SystemCoreClock
System Clock Frequency (Core Clock)
Definition: system_RP2040.c:36
void SystemCoreClockUpdate(void)
Update SystemCoreClock variable.
Definition: system_RP2040.c:41