HAL + 0/9 examples
CodeScope will show references to OB_WRPSTATE_DISABLE from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
IAP
STM32469I_EVAL
Applications
IAP
Examples
FLASH
STM324x9I_EVAL
Applications
IAP
Examples
FLASH
STM324xG_EVAL
Applications
IAP
Examples
FLASH
STM32F412G-Discovery
Examples
FLASH
STM32F413H-Discovery
Examples
FLASH
 
Symbols
loading...
Files
loading...

OB_WRPSTATE_DISABLE macro

Disable the write protection of the desired bank 1 sectors

Syntax

#define OB_WRPSTATE_DISABLE 0x00000000U

Examples

OB_WRPSTATE_DISABLE is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:164
#define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired bank 1 sectors */
stm32_hal_legacy.h:459
#define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
stm32f4xx_hal_flash_ex.h:819
#define IS_WRPSTATE(VALUE)(((VALUE) == OB_WRPSTATE_DISABLE) || \