Searched refs:destination (Results 1 – 4 of 4) sorted by relevance
/LevelX-v6.3.0/common/src/ |
D | lx_nor_flash_driver_read.c | 85 UINT _lx_nor_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, … in _lx_nor_flash_driver_read() argument 133 …*destination = *(nor_flash -> lx_nor_flash_extended_cache[i].lx_nor_flash_extended_cache_entry_se… 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_nor_flash_simulator.c | 65 …ash_simulator_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 71 UINT _lx_nor_flash_simulator_read(ULONG *flash_address, ULONG *destination, 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() 117 *destination++ = *flash_address++; in _lx_nor_flash_simulator_read()
|
D | lx_nand_flash_simulator.c | 111 …imulator_read(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words); 118 …extra_bytes_get(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, UCHAR *destination, UINT size); 126 UINT _lx_nand_flash_simulator_read(ULONG block, ULONG page, ULONG *destination, ULONG words); 133 UINT _lx_nand_flash_simulator_extra_bytes_get(ULONG block, ULONG page, UCHAR *destination, UINT si… 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() 244 *destination++ = *flash_address++; in _lx_nand_flash_simulator_read() 612 …_extra_bytes_get(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, UCHAR *destination, UINT size) in _lx_nand_flash_simulator_extra_bytes_get() argument 614 UINT _lx_nand_flash_simulator_extra_bytes_get(ULONG block, ULONG page, UCHAR *destination, UINT si… in _lx_nand_flash_simulator_extra_bytes_get() 632 *destination++ = *source++; in _lx_nand_flash_simulator_extra_bytes_get() [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); 488 …)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, UCHAR *destination, UINT size); 496 … (*lx_nand_flash_driver_read)(ULONG block, ULONG page, ULONG *destination, ULONG words); 503 … (*lx_nand_flash_driver_extra_bytes_get)(ULONG block, ULONG page, UCHAR *destination, UINT size); 608 …ead)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 614 … (*lx_nor_flash_driver_read)(ULONG *flash_address, ULONG *destination, ULONG words); 797 UINT _lx_nor_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination…
|