Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nor_flash_simulator.c33 #define TOTAL_BLOCKS 8 macro
58 FLASH_BLOCK nor_memory_area[TOTAL_BLOCKS];
86 nor_flash -> lx_nor_flash_total_blocks = TOTAL_BLOCKS; in _lx_nor_flash_simulator_initialize()
Dlx_nand_flash_simulator.c30 #define TOTAL_BLOCKS 1024 macro
96 NAND_FLASH_BLOCK nand_memory_area[TOTAL_BLOCKS];
98 NAND_BLOCK_DIAG nand_block_diag[TOTAL_BLOCKS];
150 nand_flash -> lx_nand_flash_total_blocks = TOTAL_BLOCKS; in _lx_nand_flash_simulator_initialize()
481 for (i = 0; i < TOTAL_BLOCKS; i++) in _lx_nand_flash_simulator_erase_all()