|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_CRYP_RESET_HANDLE_STATE(__HANDLE__) |
| Reset CRYP handle state. | |
| #define | __HAL_CRYP_ENABLE(__HANDLE__) |
| Enable/Disable the CRYP peripheral. | |
| #define | __HAL_CRYP_DISABLE(__HANDLE__) |
| #define | CRYP_FLAG_MASK 0x0000001FU |
| Check whether the specified CRYP status flag is set or not. | |
| #define | __HAL_CRYP_GET_FLAG(__HANDLE__, __FLAG__) |
| #define | __HAL_CRYP_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clear the CRYP pending status flag. | |
| #define | __HAL_CRYP_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Check whether the specified CRYP interrupt source is enabled or not. | |
| #define | __HAL_CRYP_GET_IT(__HANDLE__, __INTERRUPT__) |
| Check whether the specified CRYP interrupt is set or not. | |
| #define | __HAL_CRYP_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enable the CRYP interrupt. | |
| #define | __HAL_CRYP_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
| Disable the CRYP interrupt. | |
| #define __HAL_CRYP_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_cryp.h>
Reset CRYP handle state.
| __HANDLE__ | specifies the CRYP handle. |
| None |
Definition at line 369 of file stm32f4xx_hal_cryp.h.
| #define __HAL_CRYP_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_cryp.h>
Enable/Disable the CRYP peripheral.
| __HANDLE__ | specifies the CRYP handle. |
| None |
Definition at line 381 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_Encrypt(), CRYP_AES_Encrypt_IT(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESCCM_Process_IT(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), CRYP_GCMCCM_SetHeaderPhase(), CRYP_GCMCCM_SetHeaderPhase_DMA(), CRYP_GCMCCM_SetHeaderPhase_IT(), CRYP_SetDMAConfig(), CRYP_Workaround(), HAL_CRYP_Decrypt_IT(), HAL_CRYP_Encrypt_IT(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
| #define __HAL_CRYP_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_cryp.h>
Definition at line 382 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_Encrypt(), CRYP_AES_IT(), CRYP_AES_ProcessData(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESCCM_Process_IT(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), CRYP_DMAOutCplt(), CRYP_GCMCCM_SetHeaderPhase(), CRYP_GCMCCM_SetHeaderPhase_DMA(), CRYP_GCMCCM_SetHeaderPhase_IT(), CRYP_GCMCCM_SetPayloadPhase_IT(), CRYP_Workaround(), HAL_CRYP_DeInit(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
| #define CRYP_FLAG_MASK 0x0000001FU |
#include <stm32f4xx_hal_cryp.h>
Check whether the specified CRYP status flag is set or not.
| __FLAG__ | specifies the flag to check. This parameter can be one of the following values for TinyAES:
|
| The | state of FLAG (TRUE or FALSE). |
Definition at line 403 of file stm32f4xx_hal_cryp.h.
| #define __HAL_CRYP_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_cryp.h>
Definition at line 408 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().
| #define __HAL_CRYP_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_cryp.h>
Clear the CRYP pending status flag.
| __FLAG__ | specifies the flag to clear. This parameter can be one of the following values:
|
| __HANDLE__ | specifies the CRYP handle. |
| None |
Definition at line 421 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_ProcessData(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), CRYP_DMAError(), CRYP_DMAInCplt(), CRYP_DMAOutCplt(), CRYP_GCMCCM_SetHeaderPhase(), CRYP_GCMCCM_SetHeaderPhase_DMA(), CRYP_Workaround(), HAL_CRYP_IRQHandler(), HAL_CRYP_SetConfig(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
| #define __HAL_CRYP_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_cryp.h>
Check whether the specified CRYP interrupt source is enabled or not.
| __INTERRUPT__ | CRYP interrupt source to check This parameter can be one of the following values for TinyAES:
|
| __HANDLE__ | specifies the CRYP handle. |
| State | of interruption (TRUE or FALSE). |
Definition at line 433 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_IRQHandler().
| #define __HAL_CRYP_GET_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_cryp.h>
Check whether the specified CRYP interrupt is set or not.
| __INTERRUPT__ | specifies the interrupt to check. This parameter can be one of the following values for TinyAES:
|
| __HANDLE__ | specifies the CRYP handle. |
| The | state of INTERRUPT (TRUE or FALSE). |
Definition at line 454 of file stm32f4xx_hal_cryp.h.
| #define __HAL_CRYP_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_cryp.h>
Enable the CRYP interrupt.
| __INTERRUPT__ | CRYP Interrupt. This parameter can be one of the following values for TinyAES:
|
| __HANDLE__ | specifies the CRYP handle. |
| None |
Definition at line 472 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt_IT(), CRYP_AES_Encrypt_IT(), CRYP_AESCCM_Process_IT(), CRYP_AESGCM_Process_IT(), CRYP_GCMCCM_SetHeaderPhase_IT(), HAL_CRYP_Decrypt_IT(), and HAL_CRYP_Encrypt_IT().
| #define __HAL_CRYP_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_cryp.h>
Disable the CRYP interrupt.
| __INTERRUPT__ | CRYP Interrupt. This parameter can be one of the following values for TinyAES:
|
| __HANDLE__ | specifies the CRYP handle. |
| None |
Definition at line 490 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_AESGCM_Process_IT(), CRYP_GCMCCM_SetHeaderPhase_IT(), and CRYP_GCMCCM_SetPayloadPhase_IT().