|
Copy memory using DMA in 16bit mode. This function copies the data specified by pSrc to pDest using DMA channel 3 in 16bit mode
|
|
Copy memory using DMA in 32bit mode. This function copies the data specified by pSrc to pDest using DMA channel 3 in 32bit mode
|
|
Set/Fill memory using DMA in 16bit mode. This function can be compared with "memset", but it uses DMA channel 3 in 16bit mode.
|
|
Set/Fill memory using DMA in 32bit mode. This function can be compared with "memset", but it uses DMA channel 3 in 32bit mode.
|