Searched refs:remains (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-Core-3.7.0/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()
|
/Zephyr-Core-3.7.0/subsys/fb/ |
D | cfb.c | 374 const uint8_t remains = y + height - j; in cfb_invert_area() local 388 if (remains < 8) { in cfb_invert_area() 389 m |= BIT_MASK((8 - (j % 8) + remains)) in cfb_invert_area() 390 << ((j % 8) + remains); in cfb_invert_area() 399 } else if (remains >= 8) { in cfb_invert_area() 404 uint8_t m = BIT_MASK(8 - remains) << (remains); in cfb_invert_area() 412 j += (remains - 1); in cfb_invert_area()
|
/Zephyr-Core-3.7.0/drivers/bbram/ |
D | Kconfig.stm32 | 14 application data. They are implemented in the backup domain that remains
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 13 longer period of time, since this ensures that the object remains valid
|
/Zephyr-Core-3.7.0/soc/ |
D | CMakeLists.txt | 19 --- boards. HWMv1 SoCs support remains only to ease the migration ---
|
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv4/ |
D | Kconfig | 132 int "The time IPv4 addresses remains blocked after conflict detection (seconds)" 139 remains in the Declined state.
|
/Zephyr-Core-3.7.0/boards/shields/x_nucleo_iks4a1/doc/ |
D | index.rst | 87 I2Cz bus "SENS_I2C". LSM6DSV16X, LIS2DUXS12 and SHT40AD1B remains connected 104 I2C bus "SENS_I2C". LSM6DSO16IS, LIS2DUXS12 and SHT40AD1B remains connected
|
/Zephyr-Core-3.7.0/doc/kernel/services/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.
|
D | index.rst | 240 Once it becomes the current thread, a cooperative thread remains
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.nor | 89 management is not enabled, the flash remains inactive for
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | design.rst | 9 more work remains to be done.
|
/Zephyr-Core-3.7.0/dts/arm/silabs/ |
D | efr32mg24.dtsi | 51 /* HFXO remains active */
|
D | efr32bg2x.dtsi | 61 /* HFXO remains active */
|
/Zephyr-Core-3.7.0/samples/boards/esp32/flash_encryption/ |
D | README.rst | 52 generated key (remains unknown and unreadable) or a host generated key (owner is responsible
|
/Zephyr-Core-3.7.0/tests/kernel/context/ |
D | README.txt | 41 with interrupts locked. Check that the tick count remains unchanged.
|
/Zephyr-Core-3.7.0/doc/services/llext/ |
D | config.rst | 75 extension remains allocated until the extension is unloaded.
|
/Zephyr-Core-3.7.0/doc/kernel/services/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-3.7.0/doc/project/ |
D | tsc.rst | 18 the overall success and growth of the Zephyr Project, ensuring that it remains a
|
/Zephyr-Core-3.7.0/doc/develop/test/ |
D | pytest.rst | 33 parallelization, building and reporting) remains the same as for other harnesses. The change
|
/Zephyr-Core-3.7.0/doc/services/pm/ |
D | device.rst | 60 the device remains in an active state until the operations are
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 72 …ady or unready without firing additional events, so long as there always remains at least one read…
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | lwm2m.rst | 689 …e parameter in LwM2M specifies how long a device's registration with an LwM2M server remains valid.
|
/Zephyr-Core-3.7.0/doc/hardware/arch/ |
D | arm_cortex_m.rst | 589 vector table which remains at a fixed location. Therefore, a chain-loadable image will
|
/Zephyr-Core-3.7.0/ |
D | Kconfig.zephyr | 336 Devnull region is created. It is stripped from final binary but remains
|
12