SkipBlockNandFlash_Initialize
Default mainpageat91libmemoriesnandflashSkipBlockNandFlash_Initialize
Description Source Call Graph
SkipBlockNandFlash_Initialize
Initializes a SkipBlockNandFlash instance.
 
Syntax / parameters
unsigned char SkipBlockNandFlash_Initialize (struct SkipBlockNandFlash *skipBlock, const struct NandFlashModel *model, unsigned int commandAddress, unsigned int addressAddress, unsigned int dataAddress, const Pin pinChipEnable, const Pin pinReadyBusy)

Name Type Default Description
skipBlock struct SkipBlockNandFlash *
  Pointer to a SkipBlockNandFlash instance.
model const struct NandFlashModel *
  Pointer to the underlying nand chip model. Can be 0.
commandAddress unsigned int
  Address at which commands are sent.
addressAddress unsigned int
  Address at which addresses are sent.
dataAddress unsigned int
  Address at which data is sent.
pinChipEnable const Pin
  Pin controlling the CE signal of the NandFlash.
pinReadyBusy const Pin
  Pin used to monitor the ready/busy signal of the Nand.
 
Return value unsigned char
   
Description
Initializes a SkipBlockNandFlash instance.
Scans the device to retrieve or create block status information.
 
Source
The documentation for this Member was generated from the following files:
  • SkipBlockNandFlash.c