Home
last modified time | relevance | path

Searched full:milliseconds (Results 1 – 25 of 97) sorted by relevance

1234

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c47 * @brief Number of milliseconds in a second
57 * @brief Number of milliseconds to wait in single loop
62 * It describes the number of milliseconds to wait in single loop.
96 * @brief Function that converts milliseconds to ticks
98 * Function converts from milliseconds to CPU ticks.
100 * @param us Number of milliseconds
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsntp_opts.h111 * between 1 and 5 minutes (in milliseconds) to prevent load peaks.
113 * which must return the delay in milliseconds as u32_t.
127 /** SNTP receive timeout - in milliseconds
135 /** SNTP update delay - in milliseconds
149 /** Default retry timeout (in milliseconds) if the response
157 /** Maximum retry timeout (in milliseconds). */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsntp_opts.h133 * between 1 and 5 minutes (in milliseconds) to prevent load peaks.
135 * which must return the delay in milliseconds as u32_t.
153 /** SNTP receive timeout - in milliseconds
161 /** SNTP update delay - in milliseconds
178 /** Default retry timeout (in milliseconds) if the response
186 /** Maximum retry timeout (in milliseconds). */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsys.h145 * @param timeout timeout in milliseconds to wait (0 = wait forever)
146 * @return time (in milliseconds) waited for the semaphore
187 * @param timeout maximum time (in milliseconds) to wait for a message
188 * @return time (in milliseconds) waited for a message, may be 0 if not waited
197 * @param timeout maximum time (in milliseconds) to wait for a message
198 * @return 0 (milliseconds) if a message has been received
236 /** Returns the current time in milliseconds,
H A Dtcp_impl.h117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */
121 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */
125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds
128 #define TCP_FIN_WAIT_TIMEOUT 20000 /* milliseconds */
129 #define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */
134 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */
139 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */
143 …ine TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in milliseconds */
H A Dapi.h273 /** Set the send timeout in milliseconds */
275 /** Get the send timeout in milliseconds */
279 /** Set the receive timeout in milliseconds */
281 /** Get the receive timeout in milliseconds */
H A Ddhcp.h20 /** period (in milliseconds) of the application calling dhcp_coarse_tmr() */
22 /** period (in milliseconds) of the application calling dhcp_fine_tmr() */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt71 milliseconds). If the "timeout" argument is zero, the thread should be
75 milliseconds spent waiting for the semaphore to be signaled. If the
126 not block the thread longer than "timeout" milliseconds (similar to
134 Number of milliseconds spent waiting or SYS_ARCH_TIMEOUT if there was a
204 This optional function returns the current time in milliseconds (don't care
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dtcp_priv.h120 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */
124 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */
128 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds
131 #define TCP_FIN_WAIT_TIMEOUT 20000 /* milliseconds */
132 #define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */
137 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */
142 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */
146 …ine TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in milliseconds */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcp_priv.h117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */
121 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */
125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds
128 #define TCP_FIN_WAIT_TIMEOUT 20000 /* milliseconds */
129 #define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */
134 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */
139 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */
143 …ine TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in milliseconds */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsys.h186 * @param timeout timeout in milliseconds to wait (0 = wait forever)
187 * @return time (in milliseconds) waited for the semaphore
264 * @param timeout maximum time (in milliseconds) to wait for a message (0 = wait forever)
265 * @return time (in milliseconds) waited for a message, may be 0 if not waited
277 * @return 0 (milliseconds) if a message has been received
347 * Returns the current time in milliseconds,
H A Dapi.h237 in internal buffers) in milliseconds */
241 /** timeout in milliseconds to wait for new data to be received
368 /** Set the send timeout in milliseconds */
370 /** Get the send timeout in milliseconds */
374 /** Set the receive timeout in milliseconds */
376 /** Get the receive timeout in milliseconds */
H A Ddhcp.h54 /** period (in milliseconds) of the application calling dhcp_coarse_tmr() */
56 /** period (in milliseconds) of the application calling dhcp_fine_tmr() */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt70 milliseconds). If the "timeout" argument is zero, the thread should be
74 milliseconds spent waiting for the semaphore to be signaled. If the
159 not block the thread longer than "timeout" milliseconds (similar to
167 Number of milliseconds spent waiting or SYS_ARCH_TIMEOUT if there was a
240 This optional function returns the current time in milliseconds (don't care
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h255 in internal buffers) in milliseconds */
259 /** timeout in milliseconds to wait for new data to be received
399 /** Set the send timeout in milliseconds */
401 /** Get the send timeout in milliseconds */
405 /** Set the receive timeout in milliseconds */
407 /** Get the receive timeout in milliseconds */
H A Dsys.h206 * specified time (measured in milliseconds). If the "timeout" argument is zero,
216 * @param timeout timeout in milliseconds to wait (0 = wait forever)
318 * not block the thread longer than "timeout" milliseconds (similar to
333 * @param timeout maximum time (in milliseconds) to wait for a message (0 = wait forever)
352 * @return 0 (milliseconds) if a message has been received
440 * Returns the current time in milliseconds,
H A Ddhcp.h54 /** period (in milliseconds) of the application calling dhcp_coarse_tmr() */
56 /** period (in milliseconds) of the application calling dhcp_fine_tmr() */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml258 is in units of milliseconds.
267 terminated. The value is in units of 100 milliseconds, so e.g.
277 milliseconds, so e.g. a value of 300 means 3 seconds.
282 Latency in milliseconds that it takes to enable scanning. This
299 Receive Window in milliseconds supported by the Friend node.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h200 * @param int_ms Interval steps in milliseconds. Must be greater than 0,
224 * @return Transmission interval in milliseconds.
233 * @param int_ms Interval steps in milliseconds. Must be greater than 0
258 * @return Transmission interval in milliseconds.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/
H A Dsys_arch.c260 * @return If the timeout argument is non-zero, it will return the number of milliseconds
473 * @param timeout maximum time (in milliseconds) to wait for a message
474 * @return time (in milliseconds) waited for a message, may be 0 if not waited
524 * @param timeout maximum time (in milliseconds) to wait for a message
525 * @return 0 (milliseconds) if a message has been received
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/arch/
H A Dsys_arch.c271 * @return If the timeout argument is non-zero, it will return the number of milliseconds
484 * @param timeout maximum time (in milliseconds) to wait for a message
485 * @return time (in milliseconds) waited for a message, may be 0 if not waited
534 * @param timeout maximum time (in milliseconds) to wait for a message
535 * @return 0 (milliseconds) if a message has been received
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/arch/
H A Dsys_arch.c273 * @return If the timeout argument is non-zero, it will return the number of milliseconds
492 * @param timeout maximum time (in milliseconds) to wait for a message
493 * @return time (in milliseconds) waited for a message, may be 0 if not waited
542 * @param timeout maximum time (in milliseconds) to wait for a message
543 * @return 0 (milliseconds) if a message has been received
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/ping/
H A Dping.c23 /** ping receive timeout - in milliseconds */
25 /** ping delay - in milliseconds */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/ping/
H A Dping.c23 /** ping receive timeout - in milliseconds */
25 /** ping delay - in milliseconds */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dsys.c52 * @param ms number of milliseconds to sleep

1234