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

HAL_FLASH_ERROR_RD macro

Read Protection error

Syntax

#define HAL_FLASH_ERROR_RD 0x00000001U

References

LocationText
stm32f4xx_hal_flash.h:89
#define HAL_FLASH_ERROR_RD 0x00000001U /*!< Read Protection error */
stm32f4xx_hal_flash.c:747
pFlash.ErrorCode |= HAL_FLASH_ERROR_RD;