Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_fast_periodic_timer_entry.c137 if (ip_ptr -> nx_ip_fast_periodic_timer_created) in _nx_ip_fast_periodic_timer_create()
153 ip_ptr -> nx_ip_fast_periodic_timer_created = 1; in _nx_ip_fast_periodic_timer_create()
Dnx_ip_delete.c240 if (ip_ptr -> nx_ip_fast_periodic_timer_created) in _nx_ip_delete()
246 ip_ptr -> nx_ip_fast_periodic_timer_created = 0; in _nx_ip_delete()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2869 UINT nx_ip_fast_periodic_timer_created; member