Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 25 of 35) 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/modules/hal_silabs/simplicity_sdk/
DKconfig27 Ensure that the PA power remains constant chip-to-chip by applying factory
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst13 longer period of time, since this ensures that the object remains valid
/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.
/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/subsys/net/lib/dhcpv4/
DKconfig140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)"
147 remains in the Declined state.
/Zephyr-latest/doc/build/dts/
Ddesign.rst9 more work remains to be done.
/Zephyr-latest/drivers/timer/
DKconfig.cortex_m_systick58 On such SoCs, a vendor-specific timer that remains active in low-power
/Zephyr-latest/tests/kernel/context/
DREADME.txt41 with interrupts locked. Check that the tick count remains unchanged.
/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/doc/contribute/
Dcontributor_expectations.rst143 * Ensuring that each commit remains bisectable.
151 * The history remains clean and easy to follow.
156 While cleaning up the commit history, ensure that authorship attribution remains accurate.
/Zephyr-latest/doc/services/llext/
Dconfig.rst75 extension remains allocated until the extension is unloaded.
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst126 Once a cooperative thread becomes the current thread, it remains
156 Once a preemptive thread becomes the current thread, it remains
182 If no threads of equal priority are ready, the current thread remains
/Zephyr-latest/dts/arm/silabs/
Defr32bg2x.dtsi136 /* HFXO remains active */
Defr32mg24.dtsi157 /* HFXO remains active */
Defr32xg23.dtsi167 /* HFXO remains active */
/Zephyr-latest/boards/mediatek/
Dindex.rst85 Given the limited I/O facilities, debugging support remains limited on
/Zephyr-latest/dts/arm/silabs/xg29/
Dxg29.dtsi164 /* HFXO remains active */
/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/services/pm/
Ddevice.rst60 the device remains in an active state until the operations are
/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…

12