Peripheral State functions.
More...
Peripheral State functions.
==============================================================================
##### Peripheral State functions #####
==============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral.
◆ HAL_CRYP_GetError()
Return the CRYP peripheral error.
- Parameters
-
| hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
- Note
- The returned error is a bit-map combination of possible errors
- Return values
-
Definition at line 1497 of file stm32l4xx_hal_cryp.c.
◆ HAL_CRYP_GetState()
Return the CRYP handle state.
- Parameters
-
| hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
- Return values
-
Definition at line 1484 of file stm32l4xx_hal_cryp.c.
1487 return hcryp->
State;
__IO HAL_CRYP_STATETypeDef State