STM32H735xx HAL User Manual
|
Functions | |
HAL_RAMECC_StateTypeDef | HAL_RAMECC_GetState (RAMECC_HandleTypeDef *hramecc) |
Get the RAMECC peripheral state. | |
uint32_t | HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc) |
Get the RAMECC peripheral error code. |
=============================================================================== ##### State and Error Functions ##### =============================================================================== [..] This section provides functions allowing to check and get the RAMECC state and the error code . [..] The HAL_RAMECC_GetState() function allows to get the RAMECC peripheral state. The HAL_RAMECC_GetError() function allows to Get the RAMECC peripheral error code.
uint32_t HAL_RAMECC_GetError | ( | RAMECC_HandleTypeDef * | hramecc | ) |
Get the RAMECC peripheral error code.
hramecc | : Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC instance. |
RAMECC | error code. |
Definition at line 666 of file stm32h7xx_hal_ramecc.c.
References __RAMECC_HandleTypeDef::ErrorCode.
Get the RAMECC peripheral state.
hramecc | : Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC instance. |
RAMECC | state. |
Definition at line 653 of file stm32h7xx_hal_ramecc.c.
References __RAMECC_HandleTypeDef::State.