Home
last modified time | relevance | path

Searched refs:LX_UTILITY_LONG_GET (Results 1 – 5 of 5) sorted by relevance

/LevelX-v6.4.1/common/src/
Dlx_nand_flash_open.c224 …page_type = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]); in _lx_nand_flash_open()
303 …page_type = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset])… in _lx_nand_flash_open()
304 …page_index = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]… in _lx_nand_flash_open()
379 …nand_flash -> lx_nand_flash_metadata_block_number_next = LX_UTILITY_LONG_GET(&page_buffer_ptr[LX_N… in _lx_nand_flash_open()
380 …nand_flash -> lx_nand_flash_backup_metadata_block_number_next = LX_UTILITY_LONG_GET(&page_buffer_p… in _lx_nand_flash_open()
383 …_block[nand_flash -> lx_nand_flash_metadata_block_count] = (USHORT)LX_UTILITY_LONG_GET(&page_buffe… in _lx_nand_flash_open()
384 …_block[nand_flash -> lx_nand_flash_metadata_block_count] = (USHORT)LX_UTILITY_LONG_GET(&page_buffe… in _lx_nand_flash_open()
Dlx_nand_flash_sector_release.c180 …if ((LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]) & LX_N… in _lx_nand_flash_sector_release()
184 …if ((LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]) & (~LX… in _lx_nand_flash_sector_release()
Dlx_nand_flash_sector_read.c167 …if ((LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]) & LX_N… in _lx_nand_flash_sector_read()
Dlx_nand_flash_data_page_copy.c145 …spare_data1 = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset… in _lx_nand_flash_data_page_copy()
/LevelX-v6.4.1/common/inc/
Dlx_api.h341 #ifndef LX_UTILITY_LONG_GET
342 #define LX_UTILITY_LONG_GET(address) (*((ULONG*)(address))) macro