Macros | |
#define | LL_PKC_operation_mode_MULTIPLY (0x00000000U) |
#define | LL_PKC_operation_mode_INVERTION (1UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_ADD (2UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_SUB (3UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_COMPARE (4UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_LEFTSHIFT (5UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_BIGINTEGERMULTIPLY (6UL << PKC_SW_CTRL_OPMODE_Pos) |
#define | LL_PKC_operation_mode_BIGINTEGERADD (7UL << PKC_SW_CTRL_OPMODE_Pos) |
#define LL_PKC_operation_mode_ADD (2UL << PKC_SW_CTRL_OPMODE_Pos) |
Addition operation mode
Definition at line 175 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_BIGINTEGERADD (7UL << PKC_SW_CTRL_OPMODE_Pos) |
Big Number Addition operation mode
Definition at line 180 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_BIGINTEGERMULTIPLY (6UL << PKC_SW_CTRL_OPMODE_Pos) |
Big Number Multiplication operation mode
Definition at line 179 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_COMPARE (4UL << PKC_SW_CTRL_OPMODE_Pos) |
Comparison operation mode
Definition at line 177 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_INVERTION (1UL << PKC_SW_CTRL_OPMODE_Pos) |
Inversion operation mode
Definition at line 174 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_LEFTSHIFT (5UL << PKC_SW_CTRL_OPMODE_Pos) |
Left Shift operation mode
Definition at line 178 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_MULTIPLY (0x00000000U) |
Multiplication operation mode
Definition at line 173 of file gr55xx_ll_pkc.h.
#define LL_PKC_operation_mode_SUB (3UL << PKC_SW_CTRL_OPMODE_Pos) |
Subtraction operation mode
Definition at line 176 of file gr55xx_ll_pkc.h.