Nugget
Loading...
Searching...
No Matches
Functions
gpu.h File Reference
#include <stdint.h>
Include dependency graph for gpu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GPU_dw (unsigned x, unsigned y, unsigned w, unsigned h, const void *src)
 
void GPU_mem2vram ()
 
void GPU_send (uint32_t cmd)
 
int GPU_cw (uint32_t cmd)
 
void GPU_cwb (uint32_t *cmds, int count)
 
void GPU_sendPackets (uint32_t *start)
 
void GPU_abort ()
 
uint32_t GPU_getStatus ()
 
int GPU_sync ()
 

Function Documentation

◆ GPU_abort()

void GPU_abort ( )

◆ GPU_cw()

int GPU_cw ( uint32_t  cmd)

◆ GPU_cwb()

void GPU_cwb ( uint32_t cmds,
int  count 
)

◆ GPU_dw()

void GPU_dw ( unsigned  x,
unsigned  y,
unsigned  w,
unsigned  h,
const void src 
)

◆ GPU_getStatus()

uint32_t GPU_getStatus ( )

◆ GPU_mem2vram()

void GPU_mem2vram ( )

◆ GPU_send()

void GPU_send ( uint32_t  cmd)

◆ GPU_sendPackets()

void GPU_sendPackets ( uint32_t start)

◆ GPU_sync()

int GPU_sync ( )