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

HAL_FLASH_ERROR_NONE macro

No error

Syntax

#define HAL_FLASH_ERROR_NONE 0x00000000U

References

LocationText
stm32f4xx_hal_flash.h:88
#define HAL_FLASH_ERROR_NONE 0x00000000U /*!< No error */
stm32f4xx_hal_flash.c:555
pFlash.ErrorCode = HAL_FLASH_ERROR_NONE;