STM32L443xx HAL User Manual
|
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. |
Peripheral State functions.
============================================================================== ##### Peripheral State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the peripheral.
uint32_t HAL_CRYP_GetError | ( | CRYP_HandleTypeDef * | hcryp | ) |
Return the CRYP peripheral error.
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
Error | bit-map |
Definition at line 1498 of file stm32l4xx_hal_cryp.c.
References __CRYP_HandleTypeDef::ErrorCode.
Return the CRYP handle state.
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
HAL | state |
Definition at line 1485 of file stm32l4xx_hal_cryp.c.
References __CRYP_HandleTypeDef::State.