Macros

#define HAL_PKC_ERROR_NONE   ((uint32_t)0x00000000)
 
#define HAL_PKC_ERROR_TIMEOUT   ((uint32_t)0x00000001)
 
#define HAL_PKC_ERROR_TRANSFER   ((uint32_t)0x00000002)
 
#define HAL_PKC_ERROR_OVERFLOW   ((uint32_t)0x00000004)
 
#define HAL_PKC_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)
 
#define HAL_PKC_ERROR_INVERSE_K   ((uint32_t)0x00000010)
 
#define HAL_PKC_ERROR_IRREVERSIBLE   ((uint32_t)0x00000020)
 

Detailed Description

Macro Definition Documentation

◆ HAL_PKC_ERROR_INVALID_PARAM

#define HAL_PKC_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)

Invalid parameters error

Definition at line 319 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_INVERSE_K

#define HAL_PKC_ERROR_INVERSE_K   ((uint32_t)0x00000010)

Inverse K error

Definition at line 320 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_IRREVERSIBLE

#define HAL_PKC_ERROR_IRREVERSIBLE   ((uint32_t)0x00000020)

Irreversible error

Definition at line 321 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_NONE

#define HAL_PKC_ERROR_NONE   ((uint32_t)0x00000000)

No error

Definition at line 315 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_OVERFLOW

#define HAL_PKC_ERROR_OVERFLOW   ((uint32_t)0x00000004)

Result overflow error

Definition at line 318 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_TIMEOUT

#define HAL_PKC_ERROR_TIMEOUT   ((uint32_t)0x00000001)

Timeout error

Definition at line 316 of file gr55xx_hal_pkc.h.

◆ HAL_PKC_ERROR_TRANSFER

#define HAL_PKC_ERROR_TRANSFER   ((uint32_t)0x00000002)

Transfer error

Definition at line 317 of file gr55xx_hal_pkc.h.