libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | HASH_DATA_32BIT (0 << 4) |
#define | HASH_DATA_16BIT (1 << 4) |
#define | HASH_DATA_8BIT (2 << 4) |
#define | HASH_DATA_BITSTRING (3 << 4) |
#define HASH_DATA_16BIT (1 << 4) |
Definition at line 83 of file hash_common_f24.h.
#define HASH_DATA_32BIT (0 << 4) |
Definition at line 82 of file hash_common_f24.h.
#define HASH_DATA_8BIT (2 << 4) |
Definition at line 84 of file hash_common_f24.h.
#define HASH_DATA_BITSTRING (3 << 4) |
Definition at line 85 of file hash_common_f24.h.