Macros
Collaboration diagram for HASH_interrupts_definition:

Macros

#define HASH_IT_DCI   HASH_IMR_DCIM
 
#define HASH_IT_DINI   HASH_IMR_DINIM
 
#define IS_HASH_GET_IT(IT)   (((IT) == HASH_IT_DINI) || ((IT) == HASH_IT_DCI))
 
#define IS_HASH_IT(IT)   ((((IT) & (uint32_t)0xFFFFFFFC) == 0x00000000) && ((IT) != 0x00000000))
 

Detailed Description

Macro Definition Documentation

#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.

#define IS_HASH_GET_IT (   IT)    (((IT) == HASH_IT_DINI) || ((IT) == HASH_IT_DCI))

Definition at line 166 of file stm32f4xx_hash.h.

#define IS_HASH_IT (   IT)    ((((IT) & (uint32_t)0xFFFFFFFC) == 0x00000000) && ((IT) != 0x00000000))

Definition at line 165 of file stm32f4xx_hash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54