libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for Flash Registers:

Modules

 FLASH_ACR values
 Access Control register values.
 

Macros

#define FLASH_ACR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x00)
 Flash Access Control register. More...
 
#define FLASH_KEYR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x04)
 Flash Key register. More...
 
#define FLASH_OPTKEYR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x08)
 Flash Option bytes key register. More...
 
#define FLASH_SR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x0C)
 Flash Status register. More...
 
#define FLASH_CR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x10)
 Flash Control register. More...
 
#define FLASH_OPTCR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x14)
 Flash Option Control register. More...
 
#define FLASH_OPTCR1   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x18)
 Flash Option Control register 1 (bank 2) More...
 

Detailed Description

Macro Definition Documentation

◆ FLASH_ACR

#define FLASH_ACR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x00)

Flash Access Control register.

Definition at line 49 of file flash_common_f24.h.

◆ FLASH_CR

#define FLASH_CR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x10)

Flash Control register.

Definition at line 57 of file flash_common_f24.h.

◆ FLASH_KEYR

#define FLASH_KEYR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x04)

Flash Key register.

Definition at line 51 of file flash_common_f24.h.

◆ FLASH_OPTCR

#define FLASH_OPTCR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x14)

Flash Option Control register.

Definition at line 59 of file flash_common_f24.h.

◆ FLASH_OPTCR1

#define FLASH_OPTCR1   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x18)

Flash Option Control register 1 (bank 2)

Definition at line 61 of file flash_common_f24.h.

◆ FLASH_OPTKEYR

#define FLASH_OPTKEYR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x08)

Flash Option bytes key register.

Definition at line 53 of file flash_common_f24.h.

◆ FLASH_SR

#define FLASH_SR   MMIO32(FLASH_MEM_INTERFACE_BASE + 0x0C)

Flash Status register.

Definition at line 55 of file flash_common_f24.h.