STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
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)) |
#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)