NORFLASH_WriteData
Default mainpageat91libmemoriesnorflashNORFLASH_WriteData
Description Source Call Graph
Start Line: 108
unsigned char NORFLASH_WriteData(struct NorFlash *norFlash, unsigned int address, unsigned char *buffer, unsigned int size)
{
    return ((pNorFlash->pOperations)->_fWriteData)(&(pNorFlash->norFlashInfo), address, buffer, size);
}