Macros
HASH_processor_Algorithm_Mode
Collaboration diagram for HASH_processor_Algorithm_Mode:

Macros

#define HASH_AlgoMode_HASH   ((uint32_t)0x00000000)
 
#define HASH_AlgoMode_HMAC   HASH_CR_MODE
 
#define IS_HASH_ALGOMODE(ALGOMODE)
 

Detailed Description

Macro Definition Documentation

#define HASH_AlgoMode_HASH   ((uint32_t)0x00000000)

Algorithm is HASH

Definition at line 113 of file stm32f4xx_hash.h.

#define HASH_AlgoMode_HMAC   HASH_CR_MODE

Algorithm is HMAC

Definition at line 114 of file stm32f4xx_hash.h.

#define IS_HASH_ALGOMODE (   ALGOMODE)
Value:
(((ALGOMODE) == HASH_AlgoMode_HASH) || \
((ALGOMODE) == HASH_AlgoMode_HMAC))
#define HASH_AlgoMode_HMAC
#define HASH_AlgoMode_HASH

Definition at line 116 of file stm32f4xx_hash.h.



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