Collaboration diagram for IRQ callback events Define:Macros | |
| #define | GGPU_IRQ_EVT_CMD_LIST_END 0x01 |
| GPU CMD list end IRQ callback. More... | |
| #define | GGPU_IRQ_EVT_DRAW_CMD_END 0x02 |
| GPU draw CMD end IRQ callback. More... | |
| #define | GGPU_IRQ_EVT_IRQ_ID_CLEAR 0x03 |
| GPU IRQ ID clear callback. More... | |
| #define | GGPU_IRQ_EVT_OTHER 0x04 |
| GPU other IRQ callback. More... | |
| #define GGPU_IRQ_EVT_CMD_LIST_END 0x01 |
GPU CMD list end IRQ callback.
Definition at line 78 of file app_graphics_gpu.h.
| #define GGPU_IRQ_EVT_DRAW_CMD_END 0x02 |
GPU draw CMD end IRQ callback.
Definition at line 79 of file app_graphics_gpu.h.
| #define GGPU_IRQ_EVT_IRQ_ID_CLEAR 0x03 |
GPU IRQ ID clear callback.
Definition at line 80 of file app_graphics_gpu.h.
| #define GGPU_IRQ_EVT_OTHER 0x04 |
GPU other IRQ callback.
Definition at line 81 of file app_graphics_gpu.h.