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

Read protection level. More...

Collaboration diagram for RDP:

Macros

#define FLASH_OPTR_RDP_LEVEL_0   0xAA
 
#define FLASH_OPTR_RDP_LEVEL_1   0xBB /* or any other value. */
 
#define FLASH_OPTR_RDP_LEVEL_2   0xCC
 

Detailed Description

Read protection level.

Macro Definition Documentation

◆ FLASH_OPTR_RDP_LEVEL_0

#define FLASH_OPTR_RDP_LEVEL_0   0xAA

Definition at line 252 of file g0/flash.h.

◆ FLASH_OPTR_RDP_LEVEL_1

#define FLASH_OPTR_RDP_LEVEL_1   0xBB /* or any other value. */

Definition at line 253 of file g0/flash.h.

◆ FLASH_OPTR_RDP_LEVEL_2

#define FLASH_OPTR_RDP_LEVEL_2   0xCC

Definition at line 254 of file g0/flash.h.