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

Macros

#define FLASH_ACR_DCRST   (1 << 12)
 
#define FLASH_ACR_ICRST   (1 << 11)
 
#define FLASH_ACR_DCEN   (1 << 10)
 
#define FLASH_ACR_ICEN   (1 << 9)
 

Detailed Description

Macro Definition Documentation

◆ FLASH_ACR_DCEN

#define FLASH_ACR_DCEN   (1 << 10)

Definition at line 31 of file flash_common_idcache.h.

◆ FLASH_ACR_DCRST

#define FLASH_ACR_DCRST   (1 << 12)

Definition at line 29 of file flash_common_idcache.h.

◆ FLASH_ACR_ICEN

#define FLASH_ACR_ICEN   (1 << 9)

Definition at line 32 of file flash_common_idcache.h.

◆ FLASH_ACR_ICRST

#define FLASH_ACR_ICRST   (1 << 11)

Definition at line 30 of file flash_common_idcache.h.