Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_open.c220 …page_type = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]); in _lx_nand_flash_open()
299 …page_type = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset])… in _lx_nand_flash_open()
300 …page_index = LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]… in _lx_nand_flash_open()
375 …nand_flash -> lx_nand_flash_metadata_block_number_next = LX_UTILITY_LONG_GET(&page_buffer_ptr[LX_N… in _lx_nand_flash_open()
376 …nand_flash -> lx_nand_flash_backup_metadata_block_number_next = LX_UTILITY_LONG_GET(&page_buffer_p… in _lx_nand_flash_open()
379 …_block[nand_flash -> lx_nand_flash_metadata_block_count] = (USHORT)LX_UTILITY_LONG_GET(&page_buffe… in _lx_nand_flash_open()
380 …_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.c181 …if ((LX_UTILITY_LONG_GET(&spare_buffer_ptr[nand_flash -> lx_nand_flash_spare_data1_offset]) & LX_N… in _lx_nand_flash_sector_release()
185 …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.c168 …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.c142 …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.2.1/common/inc/
Dlx_api.h310 #ifndef LX_UTILITY_LONG_GET
311 #define LX_UTILITY_LONG_GET(address) (*((ULONG*)(address))) macro