STM32H735xx HAL User Manual
Defines
RAMECC Error Codes
RAMECC

Defines

#define HAL_RAMECC_ERROR_NONE   0x00000000U
#define HAL_RAMECC_ERROR_TIMEOUT   0x00000001U
#define HAL_RAMECC_ERROR_BUSY   0x00000002U
#define HAL_RAMECC_ERROR_INVALID_CALLBACK   0x00000003U

Define Documentation

#define HAL_RAMECC_ERROR_BUSY   0x00000002U
#define HAL_RAMECC_ERROR_INVALID_CALLBACK   0x00000003U

Invalid Callback error

Definition at line 82 of file stm32h7xx_hal_ramecc.h.

Referenced by HAL_RAMECC_RegisterCallback(), and HAL_RAMECC_UnRegisterCallback().

#define HAL_RAMECC_ERROR_NONE   0x00000000U

RAMECC No Error

Definition at line 79 of file stm32h7xx_hal_ramecc.h.

Referenced by HAL_RAMECC_DeInit(), and HAL_RAMECC_Init().

#define HAL_RAMECC_ERROR_TIMEOUT   0x00000001U

RAMECC Timeout Error

Definition at line 80 of file stm32h7xx_hal_ramecc.h.