+ Collaboration diagram for PKC Operation Mode:

Macros

#define PKC_OPERATION_MODE_MULTI   LL_PKC_operation_mode_MULTIPLY
 Multiplication operation mode
More...
 
#define PKC_OPERATION_MODE_INVER   LL_PKC_operation_mode_INVERTION
 Inversion operation mode
More...
 
#define PKC_OPERATION_MODE_ADD   LL_PKC_operation_mode_ADD
 Addition operation mode
More...
 
#define PKC_OPERATION_MODE_SUB   LL_PKC_operation_mode_SUB
 Subtraction operation mode
More...
 
#define PKC_OPERATION_MODE_CMP   LL_PKC_operation_mode_COMPARE
 Comparison operation mode
More...
 
#define PKC_OPERATION_MODE_LSHIFT   LL_PKC_operation_mode_LEFTSHIFT
 Left Shift operation mode
More...
 
#define PKC_OPERATION_MODE_BIGMULTI   LL_PKC_operation_mode_BIGINTEGERMULTIPLY
 Big Number Multiplication operation mode
More...
 
#define PKC_OPERATION_MODE_BIGADD   LL_PKC_operation_mode_BIGINTEGERADD
 Big Number Addition operation mode
More...
 

Detailed Description

Macro Definition Documentation

◆ PKC_OPERATION_MODE_ADD

#define PKC_OPERATION_MODE_ADD   LL_PKC_operation_mode_ADD

Addition operation mode

Definition at line 336 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_BIGADD

#define PKC_OPERATION_MODE_BIGADD   LL_PKC_operation_mode_BIGINTEGERADD

Big Number Addition operation mode

Definition at line 341 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_BIGMULTI

#define PKC_OPERATION_MODE_BIGMULTI   LL_PKC_operation_mode_BIGINTEGERMULTIPLY

Big Number Multiplication operation mode

Definition at line 340 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_CMP

#define PKC_OPERATION_MODE_CMP   LL_PKC_operation_mode_COMPARE

Comparison operation mode

Definition at line 338 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_INVER

#define PKC_OPERATION_MODE_INVER   LL_PKC_operation_mode_INVERTION

Inversion operation mode

Definition at line 335 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_LSHIFT

#define PKC_OPERATION_MODE_LSHIFT   LL_PKC_operation_mode_LEFTSHIFT

Left Shift operation mode

Definition at line 339 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_MULTI

#define PKC_OPERATION_MODE_MULTI   LL_PKC_operation_mode_MULTIPLY

Multiplication operation mode

Definition at line 334 of file gr55xx_hal_pkc.h.

◆ PKC_OPERATION_MODE_SUB

#define PKC_OPERATION_MODE_SUB   LL_PKC_operation_mode_SUB

Subtraction operation mode

Definition at line 337 of file gr55xx_hal_pkc.h.