Home
last modified time | relevance | path

Searched full:remains (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_timeout.c83 int32_t remains; in net_timeout_evaluate() local
96 remains = (int32_t)(last_delay - elapsed); in net_timeout_evaluate()
101 if (remains > 0) { in net_timeout_evaluate()
102 return (uint32_t)remains; in net_timeout_evaluate()
126 * counter remains positive. in net_timeout_evaluate()
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dams,ccs811.yaml30 sensor generates an active-low level signal which remains
Dvishay,vcnl4040.yaml20 which remains asserted until the data is read.
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dconnection_mgmt.rst13 longer period of time, since this ensures that the object remains valid
/Zephyr-Core-2.7.6/drivers/flash/
DKconfig.nor72 management is not enabled, the flash remains inactive for
/Zephyr-Core-2.7.6/doc/reference/kernel/scheduling/
Dindex.rst124 Once a cooperative thread becomes the current thread, it remains
154 Once a preemptive thread becomes the current thread, it remains
180 If no threads of equal priority are ready, the current thread remains
/Zephyr-Core-2.7.6/include/shell/
Dshell_history.h80 * @return True if remains in history mode.
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/
Dsystem_threads.rst34 loop. The idle thread remains in existence as long as the system is running
Dworkqueue.rst116 the work item remains in its current place in the workqueue's queue, and
148 kernel submits the work item to the specified workqueue, where it remains
189 where it remains queued until it is processed in the standard manner.
/Zephyr-Core-2.7.6/doc/guides/dts/
Ddesign.rst9 more work remains to be done.
/Zephyr-Core-2.7.6/soc/arm/microchip_mec/mec1501/
Dpower.c84 * Higher power dissipation, 48MHz PLL remains on.
Ddevice_power.c37 * Light sleep: PLL remains on. Fastest wake latency.
/Zephyr-Core-2.7.6/drivers/serial/
Duart_sifive.c213 * @brief Check if nothing remains to be transmitted
217 * @return 1 if nothing remains to be transmitted, 0 otherwise
Duart_mchp_xec.c570 * @brief Check if nothing remains to be transmitted
574 * @return 1 if nothing remains to be transmitted, 0 otherwise
Duart_ns16550.c688 * @brief Check if nothing remains to be transmitted
692 * @return 1 if nothing remains to be transmitted, 0 otherwise
Duart_xlnx_ps.c956 * @brief Check if nothing remains to be transmitted
960 * @return 1 if nothing remains to be transmitted, 0 otherwise
/Zephyr-Core-2.7.6/include/dt-bindings/pinctrl/
Dstm32f1-pinctrl.h131 * - External NSS pin remains free for other application uses.
/Zephyr-Core-2.7.6/include/net/
Dnet_timeout.h138 * elapsed time on what remains of a total delay that exceeded the maximum
/Zephyr-Core-2.7.6/tests/kernel/context/
DREADME.txt41 with interrupts locked. Check that the tick count remains unchanged.
/Zephyr-Core-2.7.6/include/
Dspinlock.h121 * k_spin_lock() remains as specified above, though obviously no
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h1138 * remains valid while it is active. The procedure is active until
1336 * remains valid while it is active.
1421 * remains valid while it is active.
1462 * remains valid while it is active.
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Disoal.c318 * - What remains of the packet. in isoal_rx_append_to_sdu()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/
Dmfifo.h75 * however the buffer remains in a state of limbo until committed.
/Zephyr-Core-2.7.6/include/drivers/
Dadc.h63 * remains unchanged.
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_npcx_controller.c515 LOG_DBG("tx remains %d, avail %d", tx_remain, tx_avail); in i2c_ctrl_handle_write_int_event()
567 LOG_DBG("rx remains %d, occupied %d", rx_remain, rx_occupied); in i2c_ctrl_handle_read_int_event()

12