#include <C:/softpack/canopus10/softpack/samv7/libraries/libstoragemedia/include/nandflash/RawNandFlash.h>
Data Fields | |
struct NandFlashModel | model |
uint32_t | commandAddress |
uint32_t | addressAddress |
uint32_t | dataAddress |
Pin | pinChipEnable |
Pin | pinReadyBusy |
Describes a physical NandFlash chip connected to the SAM microcontroller.
Definition at line 51 of file RawNandFlash.h.
uint32_t RawNandFlash::addressAddress |
Address for sending addresses to the NandFlash.
Definition at line 58 of file RawNandFlash.h.
uint32_t RawNandFlash::commandAddress |
Address for sending commands to the NandFlash.
Definition at line 56 of file RawNandFlash.h.
uint32_t RawNandFlash::dataAddress |
Address for sending data to the NandFlash.
Definition at line 60 of file RawNandFlash.h.
Model describing this NandFlash characteristics.
Definition at line 54 of file RawNandFlash.h.
Pin used to enable the NandFlash chip.
Definition at line 62 of file RawNandFlash.h.
Pin used to monitor the ready/busy signal from the NandFlash.
Definition at line 64 of file RawNandFlash.h.