Loading...
Searching...
No Matches
cpu_conf.h File Reference

Implementation specific CPU configuration options. More...

Detailed Description

Implementation specific CPU configuration options.

Author
Fabian Hüßler fabia.nosp@m.n.hu.nosp@m.essle.nosp@m.r@ov.nosp@m.gu.de

Definition in file cpu_conf.h.

#include <stdint.h>
#include "macros/units.h"
#include "cpu_conf_common.h"
#include "vendor/RP2040.h"
+ Include dependency graph for cpu_conf.h:

Go to the source code of this file.

#define CPU_DEFAULT_IRQ_PRIO   (1U)
 ARM Cortex-M specific CPU configuration.
 
#define CPU_FLASH_BASE   ROM_START_ADDR
 
#define CPU_IRQ_NUMOF   (32U)
 

Macro Definition Documentation

◆ CPU_DEFAULT_IRQ_PRIO

#define CPU_DEFAULT_IRQ_PRIO   (1U)

ARM Cortex-M specific CPU configuration.

Definition at line 36 of file cpu_conf.h.

◆ CPU_FLASH_BASE

#define CPU_FLASH_BASE   ROM_START_ADDR

Definition at line 37 of file cpu_conf.h.

◆ CPU_IRQ_NUMOF

#define CPU_IRQ_NUMOF   (32U)

Definition at line 38 of file cpu_conf.h.