Home
last modified time | relevance | path

Searched refs:lx_nand_flash_open_next (Results 1 – 3 of 3) sorted by relevance

/LevelX-v6.3.0/common/src/
Dlx_nand_flash_close.c90 (_lx_nand_flash_opened_ptr == nand_flash -> lx_nand_flash_open_next) && in _lx_nand_flash_close()
101 (nand_flash -> lx_nand_flash_open_next) -> lx_nand_flash_open_previous = in _lx_nand_flash_close()
103 (nand_flash -> lx_nand_flash_open_previous) -> lx_nand_flash_open_next = in _lx_nand_flash_close()
104 nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()
111 _lx_nand_flash_opened_ptr = nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()
Dlx_nand_flash_open.c509 tail_ptr -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()
513 nand_flash -> lx_nand_flash_open_next = _lx_nand_flash_opened_ptr; in _lx_nand_flash_open()
520 nand_flash -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()
/LevelX-v6.3.0/common/inc/
Dlx_api.h523 struct LX_NAND_FLASH_STRUCT *lx_nand_flash_open_next, member