Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_close.c89 (_lx_nand_flash_opened_ptr == nand_flash -> lx_nand_flash_open_next) && in _lx_nand_flash_close()
100 (nand_flash -> lx_nand_flash_open_next) -> lx_nand_flash_open_previous = in _lx_nand_flash_close()
102 (nand_flash -> lx_nand_flash_open_previous) -> lx_nand_flash_open_next = in _lx_nand_flash_close()
103 nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()
110 _lx_nand_flash_opened_ptr = nand_flash -> lx_nand_flash_open_next; in _lx_nand_flash_close()
Dlx_nand_flash_open.c508 tail_ptr -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()
512 nand_flash -> lx_nand_flash_open_next = _lx_nand_flash_opened_ptr; in _lx_nand_flash_open()
519 nand_flash -> lx_nand_flash_open_next = nand_flash; in _lx_nand_flash_open()
/LevelX-v6.2.1/common/inc/
Dlx_api.h541 struct LX_NAND_FLASH_STRUCT *lx_nand_flash_open_next, member