|
STM32F439xx HAL User Manual
|
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. | |
Peripheral State functions.
===============================================================================
##### Peripheral State functions #####
===============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral.
return the HASH state
| hhash | pointer to a HASH_HandleTypeDef structure that contains the configuration information for HASH module |
| HAL | state |
Definition at line 1843 of file stm32f4xx_hal_hash.c.
References HASH_HandleTypeDef::State.
| void HAL_HASH_IRQHandler | ( | HASH_HandleTypeDef * | hhash | ) |
This function handles HASH interrupt request.
| hhash | pointer to a HASH_HandleTypeDef structure that contains the configuration information for HASH module |
| 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.
1.7.6.1