Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nor_flash_driver_write.c84 UINT _lx_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULON… in _lx_nor_flash_driver_write() argument
122 …flash_extended_cache[i].lx_nor_flash_extended_cache_entry_sector_memory + cache_offset) = *source; in _lx_nor_flash_driver_write()
132 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write()
134 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
146 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write()
148 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
Dlx_nand_flash_simulator.c111 …sh_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words);
118 …ator_extra_bytes_set(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, UCHAR *source, UINT size);
126 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words);
133 UINT _lx_nand_flash_simulator_extra_bytes_set(ULONG block, ULONG page, UCHAR *source, UINT size);
291 …ash_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write() argument
293 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write()
324 if ((*source & *flash_address) != *source) in _lx_nand_flash_simulator_write()
328 *flash_address++ = *source++; in _lx_nand_flash_simulator_write()
617 UCHAR *source; in _lx_nand_flash_simulator_extra_bytes_get() local
624 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.c65 UINT _lx_nor_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, U…
71 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words);
124 UINT _lx_nor_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, U… in _lx_nor_flash_simulator_write() argument
126 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_simulator_write()
139 *flash_address++ = *source++; in _lx_nor_flash_simulator_write()
/LevelX-v6.2.1/
DCONTRIBUTING.md7 Eclipse ThreadX provides a vendor-neutral, open source, safety certified OS for
28 Information regarding source code management, builds, coding standards, and more.
31 The project maintains the following source code repositories
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…
/LevelX-v6.2.1/common/inc/
Dlx_api.h500 …ite)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words);
507 …s_set)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, UCHAR *source, UINT size);
515 … (*lx_nand_flash_driver_write)(ULONG block, ULONG page, ULONG *source, ULONG words);
522 … (*lx_nand_flash_driver_extra_bytes_set)(ULONG block, ULONG page, UCHAR *source, UINT size);
627 …er_write)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *source, ULONG words);
633 … (*lx_nor_flash_driver_write)(ULONG *flash_address, ULONG *source, ULONG words);
816 UINT _lx_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, UL…