Searched refs:times (Results 1 – 14 of 14) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/apps/ping/ |
| A D | ping.c | 136 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 D | ping.c | 136 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 D | ping.c | 136 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 D | hub.c | 351 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 D | sfud_def.h | 278 size_t times; /**< default times for error retry */ member
|
| /components/net/netdev/src/ |
| A D | netdev.c | 1310 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 D | dev_spi_flash_sfud.c | 274 flash->retry.times = 60 * 10000; in sfud_spi_port_init()
|
| /components/drivers/spi/sfud/src/ |
| A D | sfud.c | 978 size_t retry_times = flash->retry.times;
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 406 # 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 D | lwip.Doxyfile | 415 # 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 D | lwip.Doxyfile.cmake.in | 415 # 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 D | CHANGELOG | 718 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 D | CHANGELOG | 971 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 D | CHANGELOG | 166 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