wut  v1.7.0
Wii U Toolchain
Enumerations | Functions
mem.h File Reference
#include <wut.h>
#include "sync.h"
Include dependency graph for mem.h:

Go to the source code of this file.

Enumerations

enum  DMAESwapMode {
  DMAE_SWAP_NONE = 0 ,
  DMAE_SWAP_16 = 1 ,
  DMAE_SWAP_32 = 2 ,
  DMAE_SWAP_64 = 3
}
 DMAE Memory endian swappng mode. More...
 

Functions

DMAETimeStamp DMAECopyMem (void *dst, const void *src, uint32_t wordCount, DMAESwapMode swap)
 Starts a DMAE copy operation. More...
 
DMAETimeStamp DMAEFillMem (void *dst, uint32_t val, uint32_t wordCount)
 Starts a DMAE fill operation. More...
 
DMAETimeStamp DMAEFillMemPhys (void *dst, uint32_t val, uint32_t wordCount)
 Starts a DMAE fill operation for a physical address. More...