hal_gfx_error.h File Reference
#include "hal_gfx_sys_defs.h"

Go to the source code of this file.

Macros

#define HAL_GFX_ERR_NO_ERROR   (0x00000000U)
 
#define HAL_GFX_ERR_SYS_INIT_FAILURE   (0x00000001U)
 
#define HAL_GFX_ERR_GPU_ABSENT   (0x00000002U)
 
#define HAL_GFX_ERR_RB_INIT_FAILURE   (0x00000004U)
 
#define HAL_GFX_ERR_NON_EXPANDABLE_CL_FULL   (0x00000008U)
 
#define HAL_GFX_ERR_CL_EXPANSION   (0x00000010U)
 
#define HAL_GFX_ERR_OUT_OF_GFX_MEMORY   (0x00000020U)
 
#define HAL_GFX_ERR_OUT_OF_HOST_MEMORY   (0x00000040U)
 
#define HAL_GFX_ERR_NO_BOUND_CL   (0x00000080U)
 
#define HAL_GFX_ERR_NO_BOUND_FONT   (0x00000100U)
 
#define HAL_GFX_ERR_GFX_MEMORY_INIT   (0x00000200U)
 
#define HAL_GFX_ERR_DRIVER_FAILURE   (0x00000400U)
 
#define HAL_GFX_ERR_MUTEX_INIT   (0x00000800U)
 
#define HAL_GFX_ERR_INVALID_BO   (0x00001000U)
 
#define HAL_GFX_ERR_INVALID_CL   (0x00002000U)
 

Functions

uint32_t hal_gfx_get_error (void)
 Return Error Id. More...