STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
HASH_interrupts_definition

Macros

#define HASH_IT_DINI   ((uint8_t)0x01)
 
#define HASH_IT_DCI   ((uint8_t)0x02)
 
#define IS_HASH_IT(IT)   ((((IT) & (uint8_t)0xFC) == 0x00) && ((IT) != 0x00))
 
#define IS_HASH_GET_IT(IT)   (((IT) == HASH_IT_DINI) || ((IT) == HASH_IT_DCI))
 

Detailed Description

Macro Definition Documentation

#define HASH_IT_DCI   ((uint8_t)0x02)

Digest calculation complete

#define HASH_IT_DINI   ((uint8_t)0x01)

A new block can be entered into the input buffer (DIN)