NAND Flash configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | CONF_NF_COPY_NUM_TRY 2 |
#define | CONF_NF_ERASE_NUM_TRY 2 |
#define | CONF_NF_WRITE_NUM_TRY 2 |
#define | NAND_COMMON_MAX_BLOCK_NUMBER 2048 |
#define | NAND_COMMON_MAX_PAGE_SIZE 2048 |
#define | NAND_COMMON_MAX_PAGE_SPARE_SIZE 128 |
#define | NAND_COMMON_MAX_PAGES_PER_BLOCK 256 |
#define | NAND_COMMON_MAX_SPARE_ECC_BYTES 48 |
#define | NAND_COMMON_MAX_SPARE_EXTRA_BYTES 78 |
#define CONF_NF_COPY_NUM_TRY 2 |
Referenced by nand_flash_raw_copy_page().
#define CONF_NF_ERASE_NUM_TRY 2 |
Referenced by nand_flash_raw_erase_block().
#define CONF_NF_WRITE_NUM_TRY 2 |
Referenced by nand_flash_raw_write_page().
#define NAND_COMMON_MAX_BLOCK_NUMBER 2048 |
#define NAND_COMMON_MAX_PAGE_SIZE 2048 |
Referenced by copy_page().
#define NAND_COMMON_MAX_PAGE_SPARE_SIZE 128 |
Referenced by copy_page(), nand_flash_ecc_read_page(), and nand_flash_ecc_write_page().
#define NAND_COMMON_MAX_PAGES_PER_BLOCK 256 |
#define NAND_COMMON_MAX_SPARE_ECC_BYTES 48 |
Referenced by nand_flash_ecc_read_page(), and nand_flash_ecc_write_page().
#define NAND_COMMON_MAX_SPARE_EXTRA_BYTES 78 |