STM32H735xx HAL User Manual
|
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. |
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.
HAL_StatusTypeDef HAL_RAMECC_DeInit | ( | RAMECC_HandleTypeDef * | hramecc | ) |
DeInitializes the RAMECC peripheral.
hramecc | Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC Monitor. |
HAL | status. |
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.
hramecc | Pointer to a RAMECC_HandleTypeDef structure that contains the configuration information for the specified RAMECC Monitor. |
HAL | status. |
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.