Describes a particular model of NandFlash device. More...
#include <C:/softpack/canopus10/softpack/samv7/libraries/libstoragemedia/include/nandflash/NandFlashModel.h>
Data Fields | |
uint8_t | deviceId |
uint8_t | options |
uint16_t | pageSizeInBytes |
uint16_t | deviceSizeInMegaBytes |
uint16_t | blockSizeInKBytes |
struct NandSpareScheme * | scheme |
Describes a particular model of NandFlash device.
Definition at line 85 of file NandFlashModel.h.
uint16_t NandFlashModel::blockSizeInKBytes |
Size of one block in kilobytes.
Definition at line 96 of file NandFlashModel.h.
uint8_t NandFlashModel::deviceId |
Identifier for the device.
Definition at line 88 of file NandFlashModel.h.
Size of the device in MB.
Definition at line 94 of file NandFlashModel.h.
uint8_t NandFlashModel::options |
Special options for the NandFlash.
Definition at line 90 of file NandFlashModel.h.
uint16_t NandFlashModel::pageSizeInBytes |
Size of the data area of a page, in bytes.
Definition at line 92 of file NandFlashModel.h.
Spare area placement scheme
Definition at line 98 of file NandFlashModel.h.