STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

FLASH Error Code. More...

Collaboration diagram for FLASH Error Code:

Macros

#define HAL_FLASH_ERROR_NONE   0x00000000U
 
#define HAL_FLASH_ERROR_RD   0x00000001U
 
#define HAL_FLASH_ERROR_PGS   0x00000002U
 
#define HAL_FLASH_ERROR_PGP   0x00000004U
 
#define HAL_FLASH_ERROR_PGA   0x00000008U
 
#define HAL_FLASH_ERROR_WRP   0x00000010U
 
#define HAL_FLASH_ERROR_OPERATION   0x00000020U
 

Detailed Description

FLASH Error Code.

Macro Definition Documentation

◆ HAL_FLASH_ERROR_NONE

#define HAL_FLASH_ERROR_NONE   0x00000000U

#include <stm32f4xx_hal_flash.h>

No error

Definition at line 88 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_WaitForLastOperation().

◆ HAL_FLASH_ERROR_RD

#define HAL_FLASH_ERROR_RD   0x00000001U

#include <stm32f4xx_hal_flash.h>

Read Protection error

Definition at line 89 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

◆ HAL_FLASH_ERROR_PGS

#define HAL_FLASH_ERROR_PGS   0x00000002U

#include <stm32f4xx_hal_flash.h>

Programming Sequence error

Definition at line 90 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

◆ HAL_FLASH_ERROR_PGP

#define HAL_FLASH_ERROR_PGP   0x00000004U

#include <stm32f4xx_hal_flash.h>

Programming Parallelism error

Definition at line 91 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

◆ HAL_FLASH_ERROR_PGA

#define HAL_FLASH_ERROR_PGA   0x00000008U

#include <stm32f4xx_hal_flash.h>

Programming Alignment error

Definition at line 92 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

◆ HAL_FLASH_ERROR_WRP

#define HAL_FLASH_ERROR_WRP   0x00000010U

#include <stm32f4xx_hal_flash.h>

Write protection error

Definition at line 93 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

◆ HAL_FLASH_ERROR_OPERATION

#define HAL_FLASH_ERROR_OPERATION   0x00000020U

#include <stm32f4xx_hal_flash.h>

Operation Error

Definition at line 94 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().