Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnxe_ip_create.c95 NX_IP *created_ip; in _nxe_ip_create() local
134 created_ip = _nx_ip_created_ptr; in _nxe_ip_create()
141 if ((ip_ptr == created_ip) || in _nxe_ip_create()
142 …((memory_ptr >= created_ip -> nx_ip_thread.tx_thread_stack_start) && (memory_ptr < created_ip -> n… in _nxe_ip_create()
143 …((((VOID *)end_stack) >= created_ip -> nx_ip_thread.tx_thread_stack_start) && (((VOID *)end_stack… in _nxe_ip_create()
159 created_ip = created_ip -> nx_ip_created_next; in _nxe_ip_create()