Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_mdns.c574 UINT time_count = 0; in thread_0_entry() local
637 time_count++; in thread_0_entry()
640 if ((time_count % i) == 1) in thread_0_entry()
662 if((time_count % i) == 60) in thread_0_entry()
664 else if((time_count % i) == 70) in thread_0_entry()
666 else if((time_count % i) == 80) in thread_0_entry()
668 else if((time_count % i) == 90) in thread_0_entry()
678 if ((time_count % i) == (101 - j)) in thread_0_entry()
683 else if ((time_count % i) == (110 - j)) in thread_0_entry()
687 else if ((time_count % i) == (120 - j)) in thread_0_entry()
[all …]