STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for HASH input data type:

Macros

#define HASH_DATATYPE_32B   0x00000000U
 
#define HASH_DATATYPE_16B   HASH_CR_DATATYPE_0
 
#define HASH_DATATYPE_8B   HASH_CR_DATATYPE_1
 
#define HASH_DATATYPE_1B   HASH_CR_DATATYPE
 

Detailed Description

Macro Definition Documentation

◆ HASH_DATATYPE_32B

#define HASH_DATATYPE_32B   0x00000000U

#include <stm32f4xx_hal_hash.h>

32-bit data. No swapping

Definition at line 210 of file stm32f4xx_hal_hash.h.

◆ HASH_DATATYPE_16B

#define HASH_DATATYPE_16B   HASH_CR_DATATYPE_0

#include <stm32f4xx_hal_hash.h>

16-bit data. Each half word is swapped

Definition at line 211 of file stm32f4xx_hal_hash.h.

Referenced by HASH_WriteData().

◆ HASH_DATATYPE_8B

#define HASH_DATATYPE_8B   HASH_CR_DATATYPE_1

#include <stm32f4xx_hal_hash.h>

8-bit data. All bytes are swapped

Definition at line 212 of file stm32f4xx_hal_hash.h.

Referenced by HASH_WriteData().

◆ HASH_DATATYPE_1B

#define HASH_DATATYPE_1B   HASH_CR_DATATYPE

#include <stm32f4xx_hal_hash.h>

1-bit data. In the word all bits are swapped

Definition at line 213 of file stm32f4xx_hal_hash.h.

Referenced by HASH_WriteData().