SAMV71 Xplained Ultra Software Package 1.0

NandFlashModel Struct Reference

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 NandSpareSchemescheme

Detailed Description

Describes a particular model of NandFlash device.

Definition at line 85 of file NandFlashModel.h.


Field Documentation

Size of one block in kilobytes.

Definition at line 96 of file NandFlashModel.h.

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.

Special options for the NandFlash.

Definition at line 90 of file NandFlashModel.h.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines