Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Peripheral State functions
[CRYP Exported Functions]
Peripheral State functions. More...
Functions | |
HAL_CRYP_STATETypeDef | HAL_CRYP_GetState (CRYP_HandleTypeDef *hcryp) |
Return the CRYP handle state. | |
uint32_t | HAL_CRYP_GetError (CRYP_HandleTypeDef *hcryp) |
Return the CRYP peripheral error. |
Detailed Description
Peripheral State functions.
============================================================================== ##### Peripheral State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the peripheral.
Function Documentation
uint32_t HAL_CRYP_GetError | ( | CRYP_HandleTypeDef * | hcryp ) |
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:
-
Error bit-map
Definition at line 1192 of file stm32l4xx_hal_cryp.c.
HAL_CRYP_STATETypeDef HAL_CRYP_GetState | ( | CRYP_HandleTypeDef * | hcryp ) |
Return the CRYP handle state.
- Parameters:
-
hcryp,: pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
- Return values:
-
HAL state
Definition at line 1179 of file stm32l4xx_hal_cryp.c.
Generated on Tue Jul 12 2022 17:38:53 by
