ARMEBS4  revision-26.06.2015
Macros
Collaboration diagram for HASH_flags_definition:

Macros

#define HASH_FLAG_DINIS
 
#define HASH_FLAG_DCIS
 
#define HASH_FLAG_DMAS
 
#define HASH_FLAG_BUSY
 
#define HASH_FLAG_DINNE
 

Detailed Description

Macro Definition Documentation

#define HASH_FLAG_DINIS

16 locations are free in the DIN : A new block can be entered into the input buffer.

Definition at line 163 of file stm32f4xx_hash.h.

#define HASH_FLAG_DCIS

Digest calculation complete

Definition at line 164 of file stm32f4xx_hash.h.

#define HASH_FLAG_DMAS

DMA interface is enabled (DMAE=1) or a transfer is ongoing

Definition at line 165 of file stm32f4xx_hash.h.

#define HASH_FLAG_BUSY

The hash core is Busy : processing a block of data

Definition at line 166 of file stm32f4xx_hash.h.

#define HASH_FLAG_DINNE

DIN not empty : The input buffer contains at least one word of data

Definition at line 167 of file stm32f4xx_hash.h.