HAL
OPTIONBYTE_RDP is only used within HAL.
 
Symbols
loading...
Files
loading...

OPTIONBYTE_RDP macro

RDP option byte configuration

Syntax

#define OPTIONBYTE_RDP 0x00000002U

References

LocationText
stm32f4xx_hal_flash_ex.h:174
#define OPTIONBYTE_RDP 0x00000002U /*!< RDP option byte configuration */
stm32f4xx_hal_flash_ex.c:311
if ((pOBInit->OptionType & OPTIONBYTE_RDP) == OPTIONBYTE_RDP)
stm32f4xx_hal_flash_ex.c:345
stm32f4xx_hal_flash_ex.h:822
#define IS_OPTIONBYTE(VALUE)(((VALUE) <= (OPTIONBYTE_WRP|OPTIONBYTE_RDP|OPTIONBYTE_USER|OPTIONBYTE_BOR)))