Searched full:remains (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | net_timeout.c | 83 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/ |
D | ams,ccs811.yaml | 30 sensor generates an active-low level signal which remains
|
D | vishay,vcnl4040.yaml | 20 which remains asserted until the data is read.
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | connection_mgmt.rst | 13 longer period of time, since this ensures that the object remains valid
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | Kconfig.nor | 72 management is not enabled, the flash remains inactive for
|
/Zephyr-Core-2.7.6/doc/reference/kernel/scheduling/ |
D | index.rst | 124 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/ |
D | shell_history.h | 80 * @return True if remains in history mode.
|
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/ |
D | system_threads.rst | 34 loop. The idle thread remains in existence as long as the system is running
|
D | workqueue.rst | 116 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/ |
D | design.rst | 9 more work remains to be done.
|
/Zephyr-Core-2.7.6/soc/arm/microchip_mec/mec1501/ |
D | power.c | 84 * Higher power dissipation, 48MHz PLL remains on.
|
D | device_power.c | 37 * Light sleep: PLL remains on. Fastest wake latency.
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_sifive.c | 213 * @brief Check if nothing remains to be transmitted 217 * @return 1 if nothing remains to be transmitted, 0 otherwise
|
D | uart_mchp_xec.c | 570 * @brief Check if nothing remains to be transmitted 574 * @return 1 if nothing remains to be transmitted, 0 otherwise
|
D | uart_ns16550.c | 688 * @brief Check if nothing remains to be transmitted 692 * @return 1 if nothing remains to be transmitted, 0 otherwise
|
D | uart_xlnx_ps.c | 956 * @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/ |
D | stm32f1-pinctrl.h | 131 * - External NSS pin remains free for other application uses.
|
/Zephyr-Core-2.7.6/include/net/ |
D | net_timeout.h | 138 * elapsed time on what remains of a total delay that exceeded the maximum
|
/Zephyr-Core-2.7.6/tests/kernel/context/ |
D | README.txt | 41 with interrupts locked. Check that the tick count remains unchanged.
|
/Zephyr-Core-2.7.6/include/ |
D | spinlock.h | 121 * k_spin_lock() remains as specified above, though obviously no
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | gatt.h | 1138 * 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/ |
D | isoal.c | 318 * - What remains of the packet. in isoal_rx_append_to_sdu()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/ |
D | mfifo.h | 75 * however the buffer remains in a state of limbo until committed.
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | adc.h | 63 * remains unchanged.
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_npcx_controller.c | 515 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