RAMECC handle Structure definition. More...
#include <stm32h7xx_hal_ramecc.h>
Public Attributes | |
void(* | DetectErrorCallback )(struct __RAMECC_HandleTypeDef *hramecc) |
__IO uint32_t | ErrorCode |
RAMECC_MonitorTypeDef * | Instance |
__IO HAL_RAMECC_StateTypeDef | State |
RAMECC handle Structure definition.
Definition at line 62 of file stm32h7xx_hal_ramecc.h.
void(* __RAMECC_HandleTypeDef::DetectErrorCallback) (struct __RAMECC_HandleTypeDef *hramecc) |
RAMECC error detect callback
Definition at line 67 of file stm32h7xx_hal_ramecc.h.
__IO uint32_t __RAMECC_HandleTypeDef::ErrorCode |
RAMECC Error Code
Definition at line 66 of file stm32h7xx_hal_ramecc.h.
RAMECC_MonitorTypeDef* __RAMECC_HandleTypeDef::Instance |
Register base address
Definition at line 64 of file stm32h7xx_hal_ramecc.h.
__IO HAL_RAMECC_StateTypeDef __RAMECC_HandleTypeDef::State |
RAMECC state
Definition at line 65 of file stm32h7xx_hal_ramecc.h.