_Dataflash
Default mainpageat91libmemoriesspi-flash_Dataflash
Description Public Protected Private Related All Inheritance Collaboration
_Dataflash
Dataflash driver structure.
 
Struct Attributes Table
Public ( Name ) Type Description
 command SpidCmd
Current SPI command sent to the SPI low level driver.
 pCmdBuffer unsigned char
Buffer to store the current command (opcode + dataflash address.
 pDesc At45Desc *
Pointer to the dataflash description.
 pSpid Spid *
Pointer to Spi Structure (SPI low level driver).
Description
Dataflash driver structure.
It holds the current command being processed. This structure is initialized by the DF_Init() command. pDfDesc field can be initialized by the DF_Scan() function. cmdBuffer is a private driver area used to compute the dataflash address to be sent to the dataflash. Beware the PDC master must have access to this area.
 
Source
The documentation for this Class was generated from the following file:
  • at45.h