Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/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()
/Zephyr-latest/subsys/fb/
Dcfb.c376 const uint8_t remains = y + height - j; in cfb_invert_area() local
390 if (remains < 8) { in cfb_invert_area()
391 m |= BIT_MASK((8 - (j % 8) + remains)) in cfb_invert_area()
392 << ((j % 8) + remains); in cfb_invert_area()
401 } else if (remains >= 8) { in cfb_invert_area()
406 uint8_t m = BIT_MASK(8 - remains) << (remains); in cfb_invert_area()
414 j += (remains - 1); in cfb_invert_area()
/Zephyr-latest/drivers/bbram/
DKconfig.stm3214 application data. They are implemented in the backup domain that remains
/Zephyr-latest/soc/
DCMakeLists.txt19 --- boards. HWMv1 SoCs support remains only to ease the migration ---
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst13 longer period of time, since this ensures that the object remains valid
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)"
147 remains in the Declined state.
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/doc/
Dindex.rst87 I2Cz bus "SENS_I2C". LSM6DSV16X, LIS2DUXS12 and SHT40AD1B remains connected
104 I2C bus "SENS_I2C". LSM6DSO16IS, LIS2DUXS12 and SHT40AD1B remains connected
/Zephyr-latest/doc/kernel/services/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.
Dindex.rst240 Once it becomes the current thread, a cooperative thread remains
/Zephyr-latest/doc/build/dts/
Ddesign.rst9 more work remains to be done.
/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst52 generated key (remains unknown and unreadable) or a host generated key (owner is responsible
/Zephyr-latest/tests/kernel/context/
DREADME.txt41 with interrupts locked. Check that the tick count remains unchanged.
/Zephyr-latest/doc/services/llext/
Dconfig.rst75 extension remains allocated until the extension is unloaded.
/Zephyr-latest/doc/kernel/services/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-latest/dts/arm/silabs/
Defr32bg2x.dtsi134 /* HFXO remains active */
Defr32mg24.dtsi153 /* HFXO remains active */
Defr32xg23.dtsi163 /* HFXO remains active */
/Zephyr-latest/boards/mediatek/
Dindex.rst85 Given the limited I/O facilities, debugging support remains limited on
/Zephyr-latest/doc/project/
Dtsc.rst18 the overall success and growth of the Zephyr Project, ensuring that it remains a
/Zephyr-latest/doc/develop/test/
Dpytest.rst33 parallelization, building and reporting) remains the same as for other harnesses. The change
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst72 …ady or unready without firing additional events, so long as there always remains at least one read…
/Zephyr-latest/doc/services/pm/
Ddevice.rst60 the device remains in an active state until the operations are
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst690 …e parameter in LwM2M specifies how long a device's registration with an LwM2M server remains valid.
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst592 vector table which remains at a fixed location. Therefore, a chain-loadable image will

12