At45Desc
Default mainpageat91libmemoriesspi-flashAt45Desc
Description Public Protected Private Related All Inheritance Collaboration
At45Desc
Dataflash description.
 
Struct Attributes Table
Public ( Name ) Type Description
 id unsigned char
Dataflash ID.
 name char *
Identifier.
 pageNumber unsigned int
dataflash page number.
 pageOffset unsigned int
page offset in command.
 pageSize unsigned int
dataflash page size.
Description
Dataflash description.
A constant array of DataflashDesc instance is defined in at45.c. The DF_Scan() function returns the corresponding descriptor according to the dataflash ID detected. This description (page_size, page_offset) is used to compute the internal dataflash address by the DF_Command() function.
 
Source
The documentation for this Class was generated from the following file:
  • at45.h