Searched refs:sector (Results 1 – 5 of 5) sorted by relevance
/LevelX-v6.4.1/docs/ |
D | revision_history.txt | 47 found sector/block. 55 the last found sector/block. 74 … does not supply a sector/page RAM buffer. 75 … fx_nand_flash_simulated_driver.c Added error checking, and corrected sector 80 … cause a newly mapped sector to be erased. 81 …lx_nand_flash_logical_sector_find.c Added logic to make sure the sector mapping is val… 91 … mapping is valid, added logic to read NOR sector 94 sector to be erased. 95 …lx_nor_flash_logical_sector_find.c Added logic to make sure the sector mapping is val… 99 … ensure there is a sector buffer supplied by the [all …]
|
/LevelX-v6.4.1/common/src/ |
D | lx_nor_flash_simulator.c | 68 …_flash_simulator_system_error(LX_NOR_FLASH *nor_flash, UINT error_code, ULONG block, ULONG sector); 74 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector); 235 …r_flash_simulator_system_error(LX_NOR_FLASH *nor_flash, UINT error_code, ULONG block, ULONG sector) in _lx_nor_flash_simulator_system_error() argument 237 UINT _lx_nor_flash_simulator_system_error(UINT error_code, ULONG block, ULONG sector) in _lx_nor_flash_simulator_system_error() 246 LX_PARAMETER_NOT_USED(sector); in _lx_nor_flash_simulator_system_error()
|
/LevelX-v6.4.1/test/regression/ |
D | levelx_nor_flash_test.c | 67 ULONG i, j, sector; in thread_0_entry() local 1363 sector = (rand() % 100); in thread_0_entry() 1366 status = lx_nor_flash_sector_read(&nor_sim_flash, sector, buffer); in thread_0_entry() 1382 if ((buffer[j] & 0x0000FFFF) != sector) in thread_0_entry() 1401 status = lx_nor_flash_sector_write(&nor_sim_flash, sector, buffer); in thread_0_entry()
|
D | levelx_nor_flash_test_cache.c | 71 ULONG i, j, sector; in thread_0_entry() local 1513 sector = (rand() % 100); in thread_0_entry() 1516 status = lx_nor_flash_sector_read(&nor_sim_flash, sector, buffer); in thread_0_entry() 1532 if ((buffer[j] & 0x0000FFFF) != sector) in thread_0_entry() 1551 status = lx_nor_flash_sector_write(&nor_sim_flash, sector, buffer); in thread_0_entry()
|
D | levelx_nand_flash_test.c | 106 ULONG i, j, sector; in thread_0_entry() local 1750 sector = (rand() % 100); in thread_0_entry() 1753 status = lx_nand_flash_sector_read(&nand_sim_flash, sector, buffer); in thread_0_entry() 1769 if ((buffer[j] & 0x0000FFFF) != sector) in thread_0_entry() 1788 status = lx_nand_flash_sector_write(&nand_sim_flash, sector, buffer); in thread_0_entry()
|