Home
last modified time | relevance | path

Searched refs:LX_MEMSET (Results 1 – 10 of 10) sorted by relevance

/LevelX-v6.4.1/common/src/
Dlx_nand_flash_format.c110LX_MEMSET(nand_flash, 0, (ULONG)((UCHAR*)&(nand_flash -> lx_nand_flash_open_previous) - (UCHAR*)na… in _lx_nand_flash_format()
154LX_MEMSET(nand_flash -> lx_nand_flash_block_status_table, 0xFF, nand_flash -> lx_nand_flash_block_… in _lx_nand_flash_format()
255LX_MEMSET(nand_flash -> lx_nand_flash_block_mapping_table, 0xFF, nand_flash -> lx_nand_flash_block… in _lx_nand_flash_format()
269 LX_MEMSET(page_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_bytes_per_page); in _lx_nand_flash_format()
Dlx_nand_flash_metadata_write.c92 LX_MEMSET(spare_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_spare_total_length); in _lx_nand_flash_metadata_write()
Dlx_nand_flash_memory_initialize.c85 LX_MEMSET(memory_ptr, 0, memory_size); in _lx_nand_flash_memory_initialize()
Dlx_nand_flash_metadata_allocate.c356 LX_MEMSET(page_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_bytes_per_page); in _lx_nand_flash_metadata_allocate()
Dlx_nand_flash_sector_write.c238 LX_MEMSET(spare_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_spare_total_length); in _lx_nand_flash_sector_write()
Dlx_nand_flash_sector_release.c400LX_MEMSET(nand_flash -> lx_nand_flash_page_buffer, 0xFF, nand_flash -> lx_nand_flash_bytes_per_pag… in _lx_nand_flash_sector_release()
Dlx_nand_flash_open.c115LX_MEMSET(nand_flash, 0, (ULONG)((UCHAR*)&(nand_flash -> lx_nand_flash_open_previous) - (UCHAR*)na… in _lx_nand_flash_open()
Dlx_nor_flash_open.c135LX_MEMSET(nor_flash, 0, (ULONG)((UCHAR*)&(nor_flash -> lx_nor_flash_open_previous) - (UCHAR*)nor_f… in _lx_nor_flash_open()
/LevelX-v6.4.1/test/regression/
Dlevelx_nand_flash_test.c172 LX_MEMSET(nand_memory_space, 0, sizeof(nand_memory_space)); in thread_0_entry()
173 LX_MEMSET(&nand_sim_flash, 0, sizeof(nand_sim_flash)); in thread_0_entry()
632 LX_MEMSET(local_data_buffer, 0xff, sizeof(local_data_buffer)); in thread_0_entry()
732LX_MEMSET((local_data_buffer + sector_number * SECTOR_SIZE), data_byte, SECTOR_SIZE); in thread_0_entry()
765LX_MEMSET((local_data_buffer + sector_number * SECTOR_SIZE), data_byte, SECTOR_SIZE); in thread_0_entry()
/LevelX-v6.4.1/common/inc/
Dlx_api.h164 #ifndef LX_MEMSET
165 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) macro
183 #define LX_MEMSET TX_MEMSET