Home
last modified time | relevance | path

Searched refs:source (Results 1 – 7 of 7) sorted by relevance

/LevelX-v6.3.0/common/src/
Dlx_nor_flash_driver_write.c85 UINT _lx_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULON… in _lx_nor_flash_driver_write() argument
123 …flash_extended_cache[i].lx_nor_flash_extended_cache_entry_sector_memory + cache_offset) = *source; 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()
Dlx_nand_flash_simulator.c112 …sh_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words);
119 …ator_extra_bytes_set(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, UCHAR *source, UINT size);
127 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words);
134 UINT _lx_nand_flash_simulator_extra_bytes_set(ULONG block, ULONG page, UCHAR *source, UINT size);
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()
325 if ((*source & *flash_address) != *source) in _lx_nand_flash_simulator_write()
329 *flash_address++ = *source++; in _lx_nand_flash_simulator_write()
618 UCHAR *source; in _lx_nand_flash_simulator_extra_bytes_get() local
625 source = (UCHAR *) &(nand_memory_area[block].physical_pages[page].spare[EXTRA_BYTE_POSITION]); in _lx_nand_flash_simulator_extra_bytes_get()
[all …]
Dlx_nor_flash_simulator.c66 UINT _lx_nor_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, U…
72 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words);
125 UINT _lx_nor_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, U… 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()
140 *flash_address++ = *source++; in _lx_nor_flash_simulator_write()
/LevelX-v6.3.0/
DSECURITY.md3 …rity of our software products and services seriously, which includes all source code repositories …
20 * Full paths of source file(s) related to the manifestation of the issue
21 * The location of the affected source code (tag/branch/commit or direct URL)
DREADME.md44 /* up a periodic timer interrupt source, saving the system stack */
101 …and addons you need in `lx_user.h` and build together with the component source code. You can refe…
107 …While the typical usage pattern is to include LevelX into your device code source tree to be built…
DLICENSE.txt63 iii. You may redistribute the unmodified or modified source to your device
65 redistribution in source code form must contain this license and any other
72 ii. when distributed in source code form to distributors or developers of your
/LevelX-v6.3.0/common/inc/
Dlx_api.h482 …ite)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words);
489 …s_set)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, UCHAR *source, UINT size);
497 … (*lx_nand_flash_driver_write)(ULONG block, ULONG page, ULONG *source, ULONG words);
504 … (*lx_nand_flash_driver_extra_bytes_set)(ULONG block, ULONG page, UCHAR *source, UINT size);
609 …er_write)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *source, ULONG words);
615 … (*lx_nor_flash_driver_write)(ULONG *flash_address, ULONG *source, ULONG words);
798 UINT _lx_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, UL…