libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
common/ficr.h File Reference
Include dependency graph for common/ficr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FICR_CODEPAGESIZE   MMIO32(FICR_BASE + 0x010)
 
#define FICR_CODESIZE   MMIO32(FICR_BASE + 0x014)
 
#define FICR_DEVICEID0   MMIO32(FICR_BASE + 0x060)
 
#define FICR_DEVICEID1   MMIO32(FICR_BASE + 0x064)
 
#define FICR_ER(n)   MMIO32(FICR_BASE + 0x080 + 0x4 * (n))
 
#define FICR_IR(n)   MMIO32(FICR_BASE + 0x090 + 0x4 * (n))
 
#define FICR_DEVICEADDRTYPE   MMIO32(FICR_BASE + 0x0A0)
 
#define FICR_DEVICEADDR0   MMIO32(FICR_BASE + 0x0A4)
 
#define FICR_DEVICEADDR1   MMIO32(FICR_BASE + 0x0A8)