STM32F439xx HAL User Manual
Functions
Peripheral State functions
HASH Exported Functions

Peripheral State functions. More...

Functions

HAL_HASH_StateTypeDef HAL_HASH_GetState (HASH_HandleTypeDef *hhash)
 return the HASH state
void HAL_HASH_IRQHandler (HASH_HandleTypeDef *hhash)
 This function handles HASH interrupt request.

Detailed Description

Peripheral State functions.

 ===============================================================================
                      ##### Peripheral State functions #####
 ===============================================================================  
    [..]
    This subsection permits to get in run-time the status of the peripheral.


Function Documentation

return the HASH state

Parameters:
hhashpointer to a HASH_HandleTypeDef structure that contains the configuration information for HASH module
Return values:
HALstate

Definition at line 1843 of file stm32f4xx_hal_hash.c.

References HASH_HandleTypeDef::State.

This function handles HASH interrupt request.

Parameters:
hhashpointer to a HASH_HandleTypeDef structure that contains the configuration information for HASH module
Return values:
None

Definition at line 1110 of file stm32f4xx_hal_hash.c.

References HAL_HASH_MD5_Start_IT(), HAL_HASH_SHA1_Start_IT(), HASH_ALGOSELECTION_MD5, and HASH_ALGOSELECTION_SHA1.