// HEL Library \\ |
DMA (Direct Memory Access) Transfers can be used to copy a block of memory from one location to another and/or to fill a block of memory with a given value. DMA Functions from this module all use DMA Channel 3!
|
Copy memory using DMA Channel 3 in 16BIT mode. The hel_DmaCopy16 function copies a block of memory from one location to another using DMA Channel 3 in 16BIT mode.
|
|
Copy memory using DMA Channel 3 in 32BIT mode. The hel_DmaCopy32 function copies a block of memory from one location to another using DMA Channel 3 in 32BIT mode.
|
|
Fills a block of memory with a specified value using Channel 3 in 16BIT mode. The hel_DmaSet16 function fills a block of memory with a specified value using DMA Channel 3 in 16bit mode.
|
|
Fills a block of memory with a specified value using Channel 3 in 32BIT mode. The hel_DmaSet32 function fills a block of memory with a specified value using DMA Channel 3 in 32bit mode.
|
|
Fills a block of memory with a specified value using DMA Channel 3. The hel_DmaSet8 function fills a block of memory with a specified value using DMA Channel 3.
|
|
Fills a block of memory with zeros using DMA Channel 3. The hel_DmaZeroMemory function fills a block of memory with zeros using DMA Channel 3.
|