DataflashInfo Struct Reference
Structure used to describe a dataflash memory. More...
#include <dataflash.h>
Data Fields | |
| uint8_t | density_id |
| Density id, used to check memory type. | |
| dataflash_size_t | page_size |
| Page size, in bytes. | |
| uint8_t | page_bits |
| Number of bits needed to access a page. | |
| uint16_t | page_cnt |
| Number of pages on memory. | |
| DataFlashOpcode | read_cmd |
| Command to be used to perform a continuous array. | |
Detailed Description
Structure used to describe a dataflash memory.Definition at line 175 of file dataflash.h.
The documentation for this struct was generated from the following file:
