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

Macros

#define MEMCTL_FLASHLOCK   MMIO32(MEMCTL_BASE + 0x0008)
 Flash Lock Access Register. More...
 
#define MEMCTL_FLASHLOCK_CLEAR   (0)
 
#define MEMCTL_FLASHLOCK_ALLOW_FLASH_WRITE   (0x43DF140A)
 
#define MEMCTL_FLASHLOCK_ALLOW_MEMCTL_WRITE   (0xD513B490)
 
#define MEMCTL_FLASHLOCK_ALLOW_INFO2_SWDFUSE   (0x79B4F762)
 

Detailed Description

Macro Definition Documentation

◆ MEMCTL_FLASHLOCK

#define MEMCTL_FLASHLOCK   MMIO32(MEMCTL_BASE + 0x0008)

Flash Lock Access Register.

Definition at line 81 of file memctl.h.

◆ MEMCTL_FLASHLOCK_ALLOW_FLASH_WRITE

#define MEMCTL_FLASHLOCK_ALLOW_FLASH_WRITE   (0x43DF140A)

Definition at line 83 of file memctl.h.

◆ MEMCTL_FLASHLOCK_ALLOW_INFO2_SWDFUSE

#define MEMCTL_FLASHLOCK_ALLOW_INFO2_SWDFUSE   (0x79B4F762)

Definition at line 85 of file memctl.h.

◆ MEMCTL_FLASHLOCK_ALLOW_MEMCTL_WRITE

#define MEMCTL_FLASHLOCK_ALLOW_MEMCTL_WRITE   (0xD513B490)

Definition at line 84 of file memctl.h.

◆ MEMCTL_FLASHLOCK_CLEAR

#define MEMCTL_FLASHLOCK_CLEAR   (0)

Definition at line 82 of file memctl.h.