|
CARME-M4 BSP
V1.5
|
Collaboration diagram for HASH_interrupts_definition:Macros | |
| #define | HASH_IT_DINI HASH_IMR_DINIM |
| #define | HASH_IT_DCI HASH_IMR_DCIM |
| #define | IS_HASH_IT(IT) ((((IT) & (uint32_t)0xFFFFFFFC) == 0x00000000) && ((IT) != 0x00000000)) |
| #define | IS_HASH_GET_IT(IT) (((IT) == HASH_IT_DINI) || ((IT) == HASH_IT_DCI)) |
| #define HASH_IT_DCI HASH_IMR_DCIM |
Digest calculation complete
Definition at line 163 of file stm32f4xx_hash.h.
| #define HASH_IT_DINI HASH_IMR_DINIM |
A new block can be entered into the input buffer (DIN)
Definition at line 162 of file stm32f4xx_hash.h.