Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
ar.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* ARCallback) (void)
 

Functions

ARCallback ARRegisterDMACallback (ARCallback callback)
 
u32 ARGetDMAStatus (void)
 
void ARStartDMA (u32 type, u32 mainmem_addr, u32 aram_addr, u32 length)
 
u32 ARInit (u32 *stack_index_addr, u32 num_entries)
 
u32 ARAlloc (u32 length)
 
u32 ARGetSize (void)
 
u16 __ARGetInterruptStatus ()
 

Typedef Documentation

◆ ARCallback

typedef void(* ARCallback) (void)

Function Documentation

◆ __ARGetInterruptStatus()

u16 __ARGetInterruptStatus ( )

◆ ARAlloc()

u32 ARAlloc ( u32  length)

◆ ARGetDMAStatus()

u32 ARGetDMAStatus ( void  )

◆ ARGetSize()

u32 ARGetSize ( void  )

◆ ARInit()

u32 ARInit ( u32 stack_index_addr,
u32  num_entries 
)

◆ ARRegisterDMACallback()

ARCallback ARRegisterDMACallback ( ARCallback  callback)

◆ ARStartDMA()

void ARStartDMA ( u32  type,
u32  mainmem_addr,
u32  aram_addr,
u32  length 
)