hal_gfx_sys_defs.h
Go to the documentation of this file.
1 #ifndef __HAL_GFX_SYS_DEFS_H__
2 #define __HAL_GFX_SYS_DEFS_H__
3 
4 #include <stdlib.h>
5 #include <stdint.h>
6 #include <stdbool.h>
7 
8 #define TLS_VAR
9 
10 #define HAL_GFX_BASEADDR 0xA3FF0000 /* the GPU registers memory base address */
11 
12 #define HAL_GDC_BASEADDR 0xA3FF4000 /* the DC registers memory base address */
13 
14 #define USE_TSI_MALLOC
15 
16 #endif /*__HAL_GFX_SYS_DEFS_H__*/