PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspdmac.h File Reference
#include <psptypes.h>
Include dependency graph for pspdmac.h:

Go to the source code of this file.

Functions

int sceDmacMemcpy (void *dst, const void *src, SceSize n)
 Copy data in memory using DMAC.
 
int sceDmacTryMemcpy (void *dst, const void *src, SceSize n)
 

Function Documentation

◆ sceDmacMemcpy()

int sceDmacMemcpy ( void dst,
const void src,
SceSize  n 
)

Copy data in memory using DMAC.

Parameters
dst- The pointer to the destination
src- The pointer to the source
n- The size of data
Returns
0 on success; otherwise an error code

◆ sceDmacTryMemcpy()

int sceDmacTryMemcpy ( void dst,
const void src,
SceSize  n 
)