RawNandFlash_ReadId
Default mainpageat91libmemoriesnandflashRawNandFlash_ReadId
Description Source Call Graph
RawNandFlash_ReadId
Reads and returns the identifiers of a NandFlash chip.
 
Syntax / parameters
unsigned int RawNandFlash_ReadId (const struct RawNandFlash *raw)

Name Type Default Description
raw const struct RawNandFlash *
  Pointer to a RawNandFlash instance.
 
Return value unsigned int
  id1|(id2<<8)|(id3<<16)|(id4<<24)
Description
Reads and returns the identifiers of a NandFlash chip.

 
Source
The documentation for this Member was generated from the following files:
  • RawNandFlash.c