+ Collaboration diagram for EFUSE Error Code:

Macros

#define HAL_EFUSE_ERROR_NONE   ((uint32_t)0x00000000)
 No error
More...
 
#define HAL_EFUSE_ERROR_TIMEOUT   ((uint32_t)0x00000001)
 Timeout error
More...
 
#define HAL_EFUSE_ERROR_INVALID_PARAM   ((uint32_t)0x00000002)
 Invalid parameters error. More...
 

Detailed Description

Macro Definition Documentation

◆ HAL_EFUSE_ERROR_INVALID_PARAM

#define HAL_EFUSE_ERROR_INVALID_PARAM   ((uint32_t)0x00000002)

Invalid parameters error.

Definition at line 192 of file gr55xx_hal_efuse.h.

◆ HAL_EFUSE_ERROR_NONE

#define HAL_EFUSE_ERROR_NONE   ((uint32_t)0x00000000)

No error

Definition at line 190 of file gr55xx_hal_efuse.h.

◆ HAL_EFUSE_ERROR_TIMEOUT

#define HAL_EFUSE_ERROR_TIMEOUT   ((uint32_t)0x00000001)

Timeout error

Definition at line 191 of file gr55xx_hal_efuse.h.