#define PKC_OPERATION_MODE_ADD LL_PKC_operation_mode_ADD |
Addition operation mode
Definition at line 335 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_BIGADD LL_PKC_operation_mode_BIGINTEGERADD |
Big Number Addition operation mode
Definition at line 340 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_BIGMULTI LL_PKC_operation_mode_BIGINTEGERMULTIPLY |
Big Number Multiplication operation mode
Definition at line 339 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_CMP LL_PKC_operation_mode_COMPARE |
Comparison operation mode
Definition at line 337 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_INVER LL_PKC_operation_mode_INVERTION |
Inversion operation mode
Definition at line 334 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_LSHIFT LL_PKC_operation_mode_LEFTSHIFT |
Left Shift operation mode
Definition at line 338 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_MULTI LL_PKC_operation_mode_MULTIPLY |
Multiplication operation mode
Definition at line 333 of file gr55xx_hal_pkc.h.
#define PKC_OPERATION_MODE_SUB LL_PKC_operation_mode_SUB |
Subtraction operation mode
Definition at line 336 of file gr55xx_hal_pkc.h.