/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip_timer.c | 61 * \param interval The interval before the timer expires. 65 timer_set(struct timer *t, clock_time_t interval) in timer_set() argument 67 t->interval = interval; in timer_set() 72 * Reset the timer with the same interval. 74 * This function resets the timer with the same interval that was 75 * given to the timer_set() function. The start point of the interval 87 t->start += t->interval; in timer_reset() 93 * This function restarts a timer with the same interval that was 189 if ((clock_time() - t->start) >= (clock_time_t)t->interval) in timer_expired()
|
H A D | uip_timer.h | 76 clock_time_t interval; member 79 void timer_set(struct timer *t, clock_time_t interval);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | access.h | 197 * @brief Encode transmission count & interval steps. 200 * @param int_ms Interval steps in milliseconds. Must be greater than 0, 212 * @param transmit Encoded transmit count & interval value. 220 * @brief Decode transmit interval from a transmit value. 222 * @param transmit Encoded transmit count & interval value. 224 * @return Transmission interval in milliseconds. 230 * @brief Encode Publish Retransmit count & interval steps. 233 * @param int_ms Interval steps in milliseconds. Must be greater than 0 246 * @param transmit Encoded Publish Retransmit count & interval value. 254 * @brief Decode Publish Retransmit interval from a given value. [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00156.html | 42 …mer_set</a> (struct <a class="el" href="a00087.html">timer</a> *t, clock_time_t interval)</td></tr> 47 <tr><td class="mdescLeft"> </td><td class="mdescRight">Reset the timer with the same interval.… 95 …2024c3cb7bff">clock_time()</a>, <a class="el" href="a00196.html#l00076">interval</a>, and <a class… 123 Reset the timer with the same interval. 125 …interval that was given to the <a class="el" href="a00156.html#g6614d96fdfcd95c95ec6e6f63071ff51">… 137 References <a class="el" href="a00196.html#l00076">interval</a>, and <a class="el" href="a00196.htm… 167 This function restarts a timer with the same interval that was given to the <a class="el" href="a00… 182 …set" ref="g6614d96fdfcd95c95ec6e6f63071ff51" args="(struct timer *t, clock_time_t interval)" --><p> 197 <td class="mdname" nowrap> <em>interval</em></td> 222 …<tr><td valign="top"></td><td valign="top"><em>interval</em> </td><td>The interval before the… [all …]
|
H A D | a00195.html | 80 <a name="l00060"></a>00060 <span class="comment"> * \param interval The interval before the timer e… 84 …ass="keyword">struct</span> <a class="code" href="a00087.html">timer</a> *t, clock_time_t interval) 86 … t-><a class="code" href="a00087.html#fe557d333c06cf65f52023f45f5b0a3a">interval</a> = interval; 91 <a name="l00071"></a>00071 <span class="comment"> * Reset the timer with the same interval.</span> 93 …0073 <span class="comment"> * This function resets the timer with the same interval that was</span> 94 … <span class="comment"> * given to the timer_set() function. The start point of the interval</span> 106 …tart</a> += t-><a class="code" href="a00087.html#fe557d333c06cf65f52023f45f5b0a3a">interval</a>; 112 …0092 <span class="comment"> * This function restarts a timer with the same interval that was</span> 143 …lock_time_t)t-><a class="code" href="a00087.html#fe557d333c06cf65f52023f45f5b0a3a">interval</a>;
|
H A D | a00087.html | 44 …ame="fe557d333c06cf65f52023f45f5b0a3a"></a><!-- doxytag: member="timer::interval" ref="fe557d333c0… 45 …n="bottom"><a class="el" href="a00087.html#fe557d333c06cf65f52023f45f5b0a3a">interval</a></td></tr>
|
H A D | a00129.html | 36 …mer_set</a> (struct <a class="el" href="a00087.html">timer</a> *t, clock_time_t interval)</td></tr> 41 <tr><td class="mdescLeft"> </td><td class="mdescRight">Reset the timer with the same interval.…
|
H A D | a00130.html | 39 …mer_set</a> (struct <a class="el" href="a00087.html">timer</a> *t, clock_time_t interval)</td></tr> 44 <tr><td class="mdescLeft"> </td><td class="mdescRight">Reset the timer with the same interval.…
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/ |
H A D | tick.c | 34 unsigned long interval = 1000/RT_TICK_PER_SECOND; in rt_hw_tick_init() local 40 … tick_cycles = interval * sysctl_clock_get_freq(SYSCTL_CLOCK_CPU) / CLINT_CLOCK_DIV / 1000ULL - 1; in rt_hw_tick_init()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_clock.h | 339 * @brief Function for changing the calibration timer interval. 341 * @param[in] interval New calibration timer interval in 0.25 s resolution 344 __STATIC_INLINE void nrf_clock_cal_timer_timeout_set(uint32_t interval); 484 __STATIC_INLINE void nrf_clock_cal_timer_timeout_set(uint32_t interval) in nrf_clock_cal_timer_timeout_set() argument 486 NRF_CLOCK->CTIV = ((interval << CLOCK_CTIV_CTIV_Pos) & CLOCK_CTIV_CTIV_Msk); in nrf_clock_cal_timer_timeout_set()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | adv.c | 31 /* Window and Interval are equal for continuous scanning */ 37 /* Pre-5.0 controllers enforce a minimum interval of 100ms 113 BT_DBG("count %u interval %ums duration %ums", in adv_send() 322 /* For BT5 controllers we can have fast advertising interval */ in bt_mesh_adv_init()
|
H A D | shell.c | 89 /* 3 transmissions with 20ms interval */ 1126 u8_t count, interval, new_transmit; in cmd_relay() local 1136 interval = strtoul(argv[3], NULL, 0); in cmd_relay() 1138 interval = 20; in cmd_relay() 1141 new_transmit = BT_MESH_TRANSMIT(count, interval); in cmd_relay() 1155 printk("Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)\n", in cmd_relay() 1163 NULL, "[val: off, on] [count: 0-7] [interval: 0-32]", NULL 1526 u16_t interval; in mod_pub_set() local 1541 interval = strtoul(argv[6], NULL, 0); in mod_pub_set() 1542 if (interval > (31 * 50) || (interval % 50)) { in mod_pub_set() [all …]
|
H A D | beacon.c | 32 /* 3 transmissions, 20ms interval */ 35 /* 1 transmission, 20ms interval */ 103 /* If the interval has passed or is within 5 seconds from now send a beacon */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/ |
H A D | syscfg.yml | 53 Value of "minimum connection interval" of PPCP characteristic as 58 Value of "maximum connection interval" of PPCP characteristic as
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | timeouts.h | 60 * called at a defined interval */ 64 that has to be called at a defined interval */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_hci_cmd.c | 176 * to limit non-connectable advertising interval in ble_hs_hci_cmd_body_le_set_adv_params() 181 /* Make sure interval is valid for advertising type. */ in ble_hs_hci_cmd_body_le_set_adv_params() 376 /* Check interval and window */ in ble_hs_hci_cmd_body_le_set_scan_params() 440 /* Check scan interval and scan window */ in ble_hs_hci_cmd_body_le_create_connection() 464 /* Check connection interval min */ in ble_hs_hci_cmd_body_le_create_connection() 470 /* Check connection interval max */ in ble_hs_hci_cmd_body_le_create_connection() 1235 /* Check interval and window */ in ble_hs_hci_check_scan_params() 1366 /* Check connection interval min */ in ble_hs_hci_check_conn_params() 1371 /* Check connection interval max */ in ble_hs_hci_check_conn_params()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp.c | 261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll() argument 265 conn->pollinterval = interval; in altcp_poll() 267 conn->fns->set_poll(conn, interval); in altcp_poll() 518 altcp_default_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_default_set_poll() argument 521 altcp_poll(conn->inner_conn, conn->poll, interval); in altcp_default_set_poll()
|
H A D | altcp_tcp.c | 176 /* tcp_poll is set when interval is set by application */ in altcp_tcp_setup_callbacks() 234 altcp_tcp_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_tcp_set_poll() argument 239 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | timeouts.h | 65 * called at a defined interval */ 69 that has to be called at a defined interval */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_adv.h | 72 /*** 0x0d - Slave connection interval range. */ 87 /*** 0x1a - Advertising interval. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 262 u8_t interval) 264 Specifies the polling interval and the callback function that should 265 be called to poll the application. The interval is specified in 267 twice a second. An interval of 10 means that the application would 400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll.h | 379 * -> Interval (2 bytes) 393 * interval: The connection interval = interval * 1.25 msecs.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | altcp_priv.h | 59 typedef void (*altcp_set_poll_fn)(struct altcp_pcb *conn, u8_t interval); 119 void altcp_default_set_poll(struct altcp_pcb *conn, u8_t interval);
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_clock.h | 156 …* @param interval Time after which the CTTO event and interrupt will be generated (in 0.25 s units… 158 void nrfx_clock_calibration_timer_start(uint8_t interval);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 283 u8_t interval) 285 Specifies the polling interval and the callback function that should 286 be called to poll the application. The interval is specified in 288 twice a second. An interval of 10 means that the application would
|