Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/ping/
A Dping.c136 rt_err_t ping(char* target_name, rt_uint32_t times, rt_size_t size) in ping() argument
208 if (send_times >= times) in ping()
/components/net/lwip/lwip-1.4.1/src/apps/ping/
A Dping.c136 rt_err_t ping(char* target_name, rt_uint32_t times, rt_size_t size) in ping() argument
208 if (send_times >= times) in ping()
/components/net/lwip/lwip-2.1.2/src/apps/ping/
A Dping.c136 rt_err_t ping(char* target_name, rt_uint32_t times, rt_size_t size) in ping() argument
208 if (send_times >= times) in ping()
/components/legacy/usb/usbhost/core/
A Dhub.c351 int i = 0, times = 20; in rt_usbh_hub_port_debounce() local
354 int delayticks = USB_DEBOUNCE_TIME / times; in rt_usbh_hub_port_debounce()
361 for(i=0; i<times; i++) in rt_usbh_hub_port_debounce()
/components/drivers/spi/sfud/inc/
A Dsfud_def.h278 size_t times; /**< default times for error retry */ member
/components/net/netdev/src/
A Dnetdev.c1310 int netdev_cmd_ping(char* target_name, char *netdev_name, rt_uint32_t times, rt_size_t size) in netdev_cmd_ping() argument
1366 for (index = 0; index < times; index++) in netdev_cmd_ping()
1410 …delay_tick = ((rt_tick_get() - start_tick) > NETDEV_PING_DELAY) || (index == times) ? 0 : NETDEV_P… in netdev_cmd_ping()
/components/drivers/spi/
A Ddev_spi_flash_sfud.c274 flash->retry.times = 60 * 10000; in sfud_spi_port_init()
/components/drivers/spi/sfud/src/
A Dsfud.c978 size_t retry_times = flash->retry.times;
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile406 # an expensive process and often the same symbol appears multiple times in the
1686 # \usepackage command. To get the times font for instance you can specify :
1687 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile415 # an expensive process and often the same symbol appears multiple times in the
1697 # \usepackage command. To get the times font for instance you can specify :
1698 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
A Dlwip.Doxyfile.cmake.in415 # an expensive process and often the same symbol appears multiple times in the
1697 # \usepackage command. To get the times font for instance you can specify :
1698 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG718 times out after 20 seconds or after the configured SND_TIMEOUT or depending
1122 windows (bug #34176 select after non-blocking send times out)
1511 is present never times out) by starting retransmission timer before checking
2695 how many times a group is used on an netif, and free it when all applications
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG971 times out after 20 seconds or after the configured SND_TIMEOUT or depending
1375 windows (bug #34176 select after non-blocking send times out)
1764 is present never times out) by starting retransmission timer before checking
2948 how many times a group is used on an netif, and free it when all applications
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG166 windows (bug #34176 select after non-blocking send times out)
555 is present never times out) by starting retransmission timer before checking
1739 how many times a group is used on an netif, and free it when all applications

Completed in 33 milliseconds