NorFlashApi.h
Default mainpageat91libmemoriesnorflashNorFlashApi.h
Description Overview
Classes Brief description
 NorFlashOperations  
Methods  
 NORFLASH_EraseChip Erases all the block of the device.
 NORFLASH_EraseSector Erases the specified block of the device.
 NORFLASH_ReadData Reads data from the NandFlash chip into the provided buffer.
 NORFLASH_ReadDeviceID It will invokes associate function to implement a read device ID command.
 NORFLASH_ReadManufactoryID It will invokes associate function to implement a read manufactory ID command.
 NORFLASH_Reset It will invokes different associate function to implement a RESET command.
 NORFLASH_WriteData Sends data to the pNorFlash chip from the provided buffer.
Types  
 fEraseChip Full erase chip function.
 fEraseSector Erase single sector function.
 fReadDeviceID Read device ID code function.
 fReadManufactoryID Read manufactory function.
 fReset Reset or exit CFI query mode function.
 fWriteData Write buffer to pNorFlash function.