/LevelX-v6.3.0/common/src/ |
D | lx_nor_flash_simulator.c | 65 …ash_simulator_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 66 …r_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words); 71 UINT _lx_nor_flash_simulator_read(ULONG *flash_address, ULONG *destination, ULONG words); 72 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words); 103 …lash_simulator_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_simulator_read() argument 105 UINT _lx_nor_flash_simulator_read(ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_simulator_read() 114 while (words--) in _lx_nor_flash_simulator_read() 125 …or_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_simulator_write() argument 127 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_simulator_write() 136 while (words--) in _lx_nor_flash_simulator_write() [all …]
|
D | lx_nor_flash_driver_write.c | 85 …x_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_driver_write() argument 98 if ((words == 1) && (nor_flash -> lx_nor_flash_extended_cache_entries)) in _lx_nor_flash_driver_write() 133 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write() 135 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write() 147 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write() 149 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
|
D | lx_nor_flash_driver_read.c | 85 …r_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_driver_read() argument 98 if ((words == 1) && (nor_flash -> lx_nor_flash_extended_cache_entries)) in _lx_nor_flash_driver_read() 204 … status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 206 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read() 218 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 220 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read()
|
D | lx_nand_flash_simulator.c | 111 …imulator_read(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words); 112 …sh_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words); 126 UINT _lx_nand_flash_simulator_read(ULONG block, ULONG page, ULONG *destination, ULONG words); 127 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words); 222 …simulator_read(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words) in _lx_nand_flash_simulator_read() argument 224 UINT _lx_nand_flash_simulator_read(ULONG block, ULONG page, ULONG *destination, ULONG words) in _lx_nand_flash_simulator_read() 241 while (words--) in _lx_nand_flash_simulator_read() 292 …ash_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write() argument 294 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write() 320 while (words--) in _lx_nand_flash_simulator_write() [all …]
|
/LevelX-v6.3.0/common/inc/ |
D | lx_api.h | 481 …struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words); 482 …ite)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words); 496 … (*lx_nand_flash_driver_read)(ULONG block, ULONG page, ULONG *destination, ULONG words); 497 … (*lx_nand_flash_driver_write)(ULONG block, ULONG page, ULONG *source, ULONG words); 608 …ead)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 609 …er_write)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *source, ULONG words); 614 … (*lx_nor_flash_driver_read)(ULONG *flash_address, ULONG *destination, ULONG words); 615 … (*lx_nor_flash_driver_write)(ULONG *flash_address, ULONG *source, ULONG words); 797 …_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 798 …_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words);
|