STM32H735xx HAL User Manual
Functions
RAMECC_Exported_Functions_Group4
monitoring operation functions

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.

Detailed Description

 ===============================================================================
                    ##### 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.


Function Documentation

uint32_t HAL_RAMECC_GetError ( RAMECC_HandleTypeDef hramecc)

Get the RAMECC peripheral error code.

Parameters:
hramecc: Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC instance.
Return values:
RAMECCerror code.

Definition at line 666 of file stm32h7xx_hal_ramecc.c.

References __RAMECC_HandleTypeDef::ErrorCode.

Get the RAMECC peripheral state.

Parameters:
hramecc: Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC instance.
Return values:
RAMECCstate.

Definition at line 653 of file stm32h7xx_hal_ramecc.c.

References __RAMECC_HandleTypeDef::State.