AT26_FindDevice
Default mainpageat91libmemoriesspi-flashAT26_FindDevice
Description Source Call Graph
AT26_FindDevice
Tries to detect a serial firmware flash device given its JEDEC identifier.
 
Syntax / parameters
At26Desc * AT26_FindDevice (At26 *pAt26, unsigned int jedecId)

Name Type Default Description
pAt26 At26 *
  Pointer to an AT26 driver instance.
jedecId unsigned int
  JEDEC identifier of device.
 
Return value At26Desc *
   
Description
Tries to detect a serial firmware flash device given its JEDEC identifier.
The JEDEC id can be retrieved by sending the correct command to the device. Returns the corresponding AT26 descriptor if found; otherwise returns 0.
 
Source
The documentation for this Member was generated from the following files:
  • at26.c