STM32H735xx HAL User Manual
Functions
Initialization and de-initialization functions
RAMECC Exported Functions

Initialization and de-initialization functions. More...

Functions

HAL_StatusTypeDef HAL_RAMECC_Init (RAMECC_HandleTypeDef *hramecc)
 Initialize the RAMECC by clearing flags and disabling interrupts.
HAL_StatusTypeDef HAL_RAMECC_DeInit (RAMECC_HandleTypeDef *hramecc)
 DeInitializes the RAMECC peripheral.

Detailed Description

Initialization and de-initialization functions.

 ===============================================================================
             ##### Initialization and de-initialization functions  #####
 ===============================================================================
    [..]
    This section provides functions allowing to initialize the RAMECC Monitor.
    [..]
    The HAL_RAMECC_Init() function follows the RAMECC configuration procedures
    as described in reference manual.
    The HAL_RAMECC_DeInit() function allows to deinitialize the RAMECC monitor.


Function Documentation

HAL_StatusTypeDef HAL_RAMECC_DeInit ( RAMECC_HandleTypeDef hramecc)

DeInitializes the RAMECC peripheral.

Parameters:
hrameccPointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC Monitor.
Return values:
HALstatus.

Definition at line 181 of file stm32h7xx_hal_ramecc.c.

References __HAL_RAMECC_CLEAR_FLAG, assert_param, __RAMECC_HandleTypeDef::DetectErrorCallback, __RAMECC_HandleTypeDef::ErrorCode, HAL_RAMECC_ERROR_NONE, HAL_RAMECC_STATE_RESET, __RAMECC_HandleTypeDef::Instance, RAMECC_FLAGS_ALL, and __RAMECC_HandleTypeDef::State.

HAL_StatusTypeDef HAL_RAMECC_Init ( RAMECC_HandleTypeDef hramecc)

Initialize the RAMECC by clearing flags and disabling interrupts.

Parameters:
hrameccPointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC Monitor.
Return values:
HALstatus.

Definition at line 135 of file stm32h7xx_hal_ramecc.c.

References __HAL_RAMECC_CLEAR_FLAG, assert_param, __RAMECC_HandleTypeDef::ErrorCode, HAL_RAMECC_ERROR_NONE, HAL_RAMECC_STATE_BUSY, HAL_RAMECC_STATE_READY, __RAMECC_HandleTypeDef::Instance, RAMECC_FLAGS_ALL, and __RAMECC_HandleTypeDef::State.