Go to the documentation of this file.
51 #ifndef __APP_GRAPHICS_GPU_H__
52 #define __APP_GRAPHICS_GPU_H__
56 #include "hal_gfx_regs.h"
57 #include "hal_gfx_core.h"
59 #include "graphics_sys_defs.h"
68 #define GRAPHICS_GPU_BASEADDR 0xA3FF0000
74 #define GGPU_IRQ_EVT_CMD_LIST_END 0x01
75 #define GGPU_IRQ_EVT_DRAW_CMD_END 0x02
76 #define GGPU_IRQ_EVT_IRQ_ID_CLEAR 0x03
77 #define GGPU_IRQ_EVT_OTHER 0x04
void(* graphics_gpu_irq_event_notify)(uint32_t evt)
Header file containing functions prototypes of GPIO app library.
void app_graphics_gpu_set_power_state(graphics_gpu_power_state_e state)
Switch power state for GPU module.
graphics_gpu_power_state_e
GPU Power Mode Enumerations definition.
void graphics_gpu_deinit(void)
GPU de-initialize. just called when needed to reboot/reset.
uint16_t graphics_gpu_init(graphics_gpu_irq_event_notify evt_cb)
GPU initialize.
Header file of app rtos config code.