Functions | |
uint16_t | graphics_gpu_init (graphics_gpu_irq_event_notify evt_cb) |
GPU initialize. More... | |
void | graphics_gpu_deinit (void) |
GPU de-initialize. just called when needed to reboot/reset. More... | |
void | app_graphics_gpu_set_power_state (graphics_gpu_power_state_e state) |
Switch power state for GPU module. More... | |
void app_graphics_gpu_set_power_state | ( | graphics_gpu_power_state_e | state | ) |
Switch power state for GPU module.
[in] | state | power state to switch |
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.
[in] | evt_cb | Callback function |