nuPiWriteSram (Macro)
void nuPiWriteSram(u32 addr, void* buf_ptr, u32 size)
Arguments
Return Value
None
Explanation
Writes data to SRAM
Uses the PI to DMA transfer data from the buffer location in RDRAM to SRAM. The transfer destination ROM address must be 2-byte aligned. The pointer to the transfer origin buffer must be 8-byte aligned. This function is a macro for the nuPiReadWriteSram function.
See Also
nuPiInitSram
nuPiReadWriteSram
nuPiReadSram