#include "NandCommon.h"
Go to the source code of this file.
Functions | |
uint8_t | NandFlashConfigureDmaChannels (sXdmad *pDmad) |
uint8_t | NandFlashDmaTransferRam2Nand (uint32_t dwNfcAddr, uint32_t dwRamAddr, uint32_t dwSize) |
uint8_t | NandFlashDmaTransferNand2Ram (uint32_t dwNfcAddr, uint32_t dwRamAddr, uint32_t dwSize) |
uint8_t | NandFlashIsDmaActived (void) |
void | NandFlashFreeDma (void) |
Include function prototype for the nand flash dma driver.
Definition in file NandFlashDma.h.