STM32H735xx HAL User Manual
|
Defines | |
#define | CRYP_KEYSIZE_128B 0x00000000U |
#define | CRYP_KEYSIZE_192B CRYP_CR_KEYSIZE_0 |
#define | CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 |
#define CRYP_KEYSIZE_128B 0x00000000U |
Definition at line 252 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_SetKey().
#define CRYP_KEYSIZE_192B CRYP_CR_KEYSIZE_0 |
Definition at line 253 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_SetKey().
#define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 |
Definition at line 254 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_SetKey().