STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Data Structures | |
struct | HASH_InitTypeDef |
HASH Configuration Structure definition. More... | |
struct | HASH_HandleTypeDef |
HASH Handle Structure definition. More... | |
Enumerations | |
enum | HAL_HASH_StateTypeDef { HAL_HASH_STATE_RESET = 0x00U , HAL_HASH_STATE_READY = 0x01U , HAL_HASH_STATE_BUSY = 0x02U , HAL_HASH_STATE_TIMEOUT = 0x06U , HAL_HASH_STATE_ERROR = 0x07U , HAL_HASH_STATE_SUSPENDED = 0x08U } |
HAL State structures definition. More... | |
enum | HAL_HASH_PhaseTypeDef { HAL_HASH_PHASE_READY = 0x01U , HAL_HASH_PHASE_PROCESS = 0x02U , HAL_HASH_PHASE_HMAC_STEP_1 = 0x03U , HAL_HASH_PHASE_HMAC_STEP_2 = 0x04U , HAL_HASH_PHASE_HMAC_STEP_3 = 0x05U } |
HAL phase structures definition. More... | |
enum | HAL_HASH_SuspendTypeDef { HAL_HASH_SUSPEND_NONE = 0x00U , HAL_HASH_SUSPEND = 0x01U } |
HAL HASH mode suspend definitions. More... | |
#include <stm32f4xx_hal_hash.h>
HAL State structures definition.
Definition at line 60 of file stm32f4xx_hal_hash.h.
#include <stm32f4xx_hal_hash.h>
HAL phase structures definition.
Definition at line 73 of file stm32f4xx_hal_hash.h.
#include <stm32f4xx_hal_hash.h>
HAL HASH mode suspend definitions.
Enumerator | |
---|---|
HAL_HASH_SUSPEND_NONE | HASH peripheral suspension not requested |
HAL_HASH_SUSPEND | HASH peripheral suspension is requested |
Definition at line 88 of file stm32f4xx_hal_hash.h.