NAND Mode ControlsNAND Control Codes
Specify operation modes of the NAND interface.
Macros | |
#define | ARM_NAND_BUS_MODE (0x01) |
Set Bus Mode as specified with arg. | |
#define | ARM_NAND_BUS_DATA_WIDTH (0x02) |
Set Bus Data Width as specified with arg. | |
#define | ARM_NAND_DRIVER_STRENGTH (0x03) |
Set Driver Strength as specified with arg. | |
#define | ARM_NAND_DEVICE_READY_EVENT (0x04) |
Generate ARM_NAND_EVENT_DEVICE_READY; arg: 0=disabled (default), 1=enabled. | |
#define | ARM_NAND_DRIVER_READY_EVENT (0x05) |
Generate ARM_NAND_EVENT_DRIVER_READY; arg: 0=disabled (default), 1=enabled. | |
Description
Specify operation modes of the NAND interface.
These controls can be used in the function ARM_NAND_Control for the parameter control.
Macro Definition Documentation
#define ARM_NAND_BUS_MODE (0x01) |
Set Bus Mode as specified with arg.
#define ARM_NAND_BUS_DATA_WIDTH (0x02) |
Set Bus Data Width as specified with arg.
#define ARM_NAND_DRIVER_STRENGTH (0x03) |
Set Driver Strength as specified with arg.
#define ARM_NAND_DEVICE_READY_EVENT (0x04) |
Generate ARM_NAND_EVENT_DEVICE_READY; arg: 0=disabled (default), 1=enabled.
#define ARM_NAND_DRIVER_READY_EVENT (0x05) |
Generate ARM_NAND_EVENT_DRIVER_READY; arg: 0=disabled (default), 1=enabled.