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

HAL_FLASH_ERROR_WRP macro

Write protection error

Syntax

#define HAL_FLASH_ERROR_WRP 0x00000010U

References

LocationText
stm32f4xx_hal_flash.h:93
#define HAL_FLASH_ERROR_WRP 0x00000010U /*!< Write protection error */
stm32f4xx_hal_flash.c:715
pFlash.ErrorCode |= HAL_FLASH_ERROR_WRP;