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...
 

Detailed Description

Function Documentation

◆ app_graphics_gpu_set_power_state()

void app_graphics_gpu_set_power_state ( graphics_gpu_power_state_e  state)

Switch power state for GPU module.

Parameters
[in]statepower state to switch
Returns
none

◆ graphics_gpu_deinit()

void graphics_gpu_deinit ( void  )

GPU de-initialize. just called when needed to reboot/reset.

◆ graphics_gpu_init()

uint16_t graphics_gpu_init ( graphics_gpu_irq_event_notify  evt_cb)

GPU initialize.

Parameters
[in]evt_cbCallback function
Returns
0 if no errors occurred