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

Macros

#define MEMCTL_FLASHERASE   MMIO32(MEMCTL_BASE + 0x0020)
 Flash Erase Enable Register. More...
 
#define MEMCTL_FLASHERASE_PAGE_ERASE   (0x8C799CA7)
 
#define MEMCTL_FLASHERASE_MASS_PAGE_ERASE   (0x09EE76C9)
 
#define MEMCTL_FLASHERASE_INFO3_ERASE   (0x1266FF45)
 

Detailed Description

Macro Definition Documentation

◆ MEMCTL_FLASHERASE

#define MEMCTL_FLASHERASE   MMIO32(MEMCTL_BASE + 0x0020)

Flash Erase Enable Register.

Definition at line 96 of file memctl.h.

◆ MEMCTL_FLASHERASE_INFO3_ERASE

#define MEMCTL_FLASHERASE_INFO3_ERASE   (0x1266FF45)

Definition at line 99 of file memctl.h.

◆ MEMCTL_FLASHERASE_MASS_PAGE_ERASE

#define MEMCTL_FLASHERASE_MASS_PAGE_ERASE   (0x09EE76C9)

Definition at line 98 of file memctl.h.

◆ MEMCTL_FLASHERASE_PAGE_ERASE

#define MEMCTL_FLASHERASE_PAGE_ERASE   (0x8C799CA7)

Definition at line 97 of file memctl.h.