Searched refs:_lx_nor_flash_driver_read (Results 1 – 11 of 11) sorted by relevance
| /LevelX-v6.2.1/common/src/ |
| D | lx_nor_flash_next_block_to_erase_find.c | 162 status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr, &erase_count, 1); in _lx_nor_flash_next_block_to_erase_find() 214 …status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr + LX_NOR_FLASH_MIN_LOGICAL_SECTOR_OF… in _lx_nor_flash_next_block_to_erase_find() 236 …status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr + LX_NOR_FLASH_MAX_LOGICAL_SECTOR_OF… in _lx_nor_flash_next_block_to_erase_find() 290 status = _lx_nor_flash_driver_read(nor_flash, list_word_ptr, &list_word, 1); in _lx_nor_flash_next_block_to_erase_find() 446 status = _lx_nor_flash_driver_read(nor_flash, list_word_ptr, &list_word, 1); in _lx_nor_flash_next_block_to_erase_find()
|
| D | lx_nor_flash_sector_read.c | 119 status = _lx_nor_flash_driver_read(nor_flash, sector_address, buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_sector_read() 152 … status = _lx_nor_flash_driver_read(nor_flash, sector_address, buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_sector_read()
|
| D | lx_nor_flash_physical_sector_allocate.c | 136 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_f… in _lx_nor_flash_physical_sector_allocate() 170 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_f… in _lx_nor_flash_physical_sector_allocate() 225 … status = _lx_nor_flash_driver_read(nor_flash, list_word_ptr, &list_word, 1); in _lx_nor_flash_physical_sector_allocate()
|
| D | lx_nor_flash_open.c | 245 status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr, &block_word, 1); in _lx_nor_flash_open() 382 status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr, &block_word, 1); in _lx_nor_flash_open() 521 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_f… in _lx_nor_flash_open() 577 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_p… in _lx_nor_flash_open() 787 … status = _lx_nor_flash_driver_read(nor_flash, (sector_word_ptr), §or_word, 1); in _lx_nor_flash_open()
|
| D | lx_nor_flash_logical_sector_find.c | 296 …status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr + LX_NOR_FLASH_MIN_LOGICAL_SECTOR_OF… in _lx_nor_flash_logical_sector_find() 318 …status = _lx_nor_flash_driver_read(nor_flash, block_word_ptr + LX_NOR_FLASH_MAX_LOGICAL_SECTOR_OF… in _lx_nor_flash_logical_sector_find() 391 status = _lx_nor_flash_driver_read(nor_flash, list_word_ptr, &list_word, 1); in _lx_nor_flash_logical_sector_find()
|
| D | lx_nor_flash_sector_release.c | 129 status = _lx_nor_flash_driver_read(nor_flash, mapping_address, &mapping_entry, 1); in _lx_nor_flash_sector_release()
|
| D | lx_nor_flash_driver_read.c | 84 UINT _lx_nor_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, … in _lx_nor_flash_driver_read() function
|
| D | lx_nor_flash_block_reclaim.c | 274 status = _lx_nor_flash_driver_read(nor_flash, list_word_ptr, &list_word, 1); in _lx_nor_flash_block_reclaim() 362 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_p… in _lx_nor_flash_block_reclaim()
|
| D | lx_nor_flash_extended_cache_enable.c | 228 …status = _lx_nor_flash_driver_read(nor_flash, (block_word_ptr + nor_flash -> lx_nor_flash_block_p… in _lx_nor_flash_extended_cache_enable()
|
| D | lx_nor_flash_sector_write.c | 187 … status = _lx_nor_flash_driver_read(nor_flash, old_mapping_address, &old_mapping_entry, 1); in _lx_nor_flash_sector_write()
|
| /LevelX-v6.2.1/common/inc/ |
| D | lx_api.h | 815 UINT _lx_nor_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination…
|