Data structure to set NAND command parameters.
Data Fields | |
| uint32_t | cmdCycle1 | 
| uint32_t | cmdCycle2 | 
| uint32_t | rowAddress | 
| uint32_t | numRowAddrCycles | 
| uint32_t | colAddress | 
| uint32_t | numColAddrCycles | 
| uint32_t | waitTimeout | 
| uint32_t | checkReadypin | 
| uint32_t GPMC_nandCmdParams::cmdCycle1 | 
NAND command cycle 1.
| uint32_t GPMC_nandCmdParams::cmdCycle2 | 
NAND command cycle 2.
| uint32_t GPMC_nandCmdParams::rowAddress | 
NAND row address
| uint32_t GPMC_nandCmdParams::numRowAddrCycles | 
Number of row address cycles. 
 
| uint32_t GPMC_nandCmdParams::colAddress | 
NAND column address.
| uint32_t GPMC_nandCmdParams::numColAddrCycles | 
Number of column address cycles.
| uint32_t GPMC_nandCmdParams::waitTimeout | 
Wait timeout for the command.
| uint32_t GPMC_nandCmdParams::checkReadypin | 
Check WAIT PIN status or WAIT PIN interupt status.