Home
last modified time | relevance | path

Searched refs:TOTAL_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/LevelX-v6.4.1/common/src/
Dlx_nor_flash_simulator.c32 #define TOTAL_BLOCKS 8 macro
57 FLASH_BLOCK nor_memory_area[TOTAL_BLOCKS];
85 nor_flash -> lx_nor_flash_total_blocks = TOTAL_BLOCKS; in _lx_nor_flash_simulator_initialize()
Dlx_nand_flash_simulator.c29 #define TOTAL_BLOCKS 1024 macro
95 NAND_FLASH_BLOCK nand_memory_area[TOTAL_BLOCKS];
97 NAND_BLOCK_DIAG nand_block_diag[TOTAL_BLOCKS];
149 nand_flash -> lx_nand_flash_total_blocks = TOTAL_BLOCKS; in _lx_nand_flash_simulator_initialize()
480 for (i = 0; i < TOTAL_BLOCKS; i++) in _lx_nand_flash_simulator_erase_all()