CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
NAND Data Bus Width

Specify data bus width of the NAND interface. More...

Macros

#define ARM_NAND_BUS_DATA_WIDTH_8   (0x00UL)
 Bus Data Width: 8 bit (default)
 
#define ARM_NAND_BUS_DATA_WIDTH_16   (0x01UL)
 Bus Data Width: 16 bit.
 

Description

Specify data bus width of the NAND interface.

The defines can be used in the function ARM_NAND_Control for the parameter arg and with the ARM_NAND_BUS_DATA_WIDTH as the control code.

Macro Definition Documentation

◆ ARM_NAND_BUS_DATA_WIDTH_8

#define ARM_NAND_BUS_DATA_WIDTH_8   (0x00UL)

Bus Data Width: 8 bit (default)

◆ ARM_NAND_BUS_DATA_WIDTH_16

#define ARM_NAND_BUS_DATA_WIDTH_16   (0x01UL)

Bus Data Width: 16 bit.