libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FICR Defines

Defined Constants and Types for the NRF52xx Factory information configuration registers More...

Collaboration diagram for FICR Defines:

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)
 

Detailed Description

Defined Constants and Types for the NRF52xx Factory information configuration registers

Version
1.0.0
Date
Nov 2021

LGPL License Terms libopencm3 License

Author
© 2016 Maxim Sloyko maxim.nosp@m.s@go.nosp@m.ogle..nosp@m.com
© 2021 Eduard Drusa <ventyl86 at netkosice dot sk>

Macro Definition Documentation

◆ FICR_CODEPAGESIZE

#define FICR_CODEPAGESIZE   MMIO32(FICR_BASE + 0x010)

Definition at line 36 of file common/ficr.h.

◆ FICR_CODESIZE

#define FICR_CODESIZE   MMIO32(FICR_BASE + 0x014)

Definition at line 37 of file common/ficr.h.

◆ FICR_DEVICEADDR0

#define FICR_DEVICEADDR0   MMIO32(FICR_BASE + 0x0A4)

Definition at line 47 of file common/ficr.h.

◆ FICR_DEVICEADDR1

#define FICR_DEVICEADDR1   MMIO32(FICR_BASE + 0x0A8)

Definition at line 48 of file common/ficr.h.

◆ FICR_DEVICEADDRTYPE

#define FICR_DEVICEADDRTYPE   MMIO32(FICR_BASE + 0x0A0)

Definition at line 46 of file common/ficr.h.

◆ FICR_DEVICEID0

#define FICR_DEVICEID0   MMIO32(FICR_BASE + 0x060)

Definition at line 39 of file common/ficr.h.

◆ FICR_DEVICEID1

#define FICR_DEVICEID1   MMIO32(FICR_BASE + 0x064)

Definition at line 40 of file common/ficr.h.

◆ FICR_ER

#define FICR_ER (   n)    MMIO32(FICR_BASE + 0x080 + 0x4 * (n))

Definition at line 43 of file common/ficr.h.

◆ FICR_IR

#define FICR_IR (   n)    MMIO32(FICR_BASE + 0x090 + 0x4 * (n))

Definition at line 45 of file common/ficr.h.