Searched refs:remains (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/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-latest/subsys/fb/ |
D | cfb.c | 376 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/ |
D | Kconfig.stm32 | 14 application data. They are implemented in the backup domain that remains
|
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/ |
D | Kconfig | 27 Ensure that the PA power remains constant chip-to-chip by applying factory
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 13 longer period of time, since this ensures that the object remains valid
|
/Zephyr-latest/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.
|
/Zephyr-latest/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-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)" 147 remains in the Declined state.
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 9 more work remains to be done.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cortex_m_systick | 58 On such SoCs, a vendor-specific timer that remains active in low-power
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 41 with interrupts locked. Check that the tick count remains unchanged.
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 52 generated key (remains unknown and unreadable) or a host generated key (owner is responsible
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 143 * 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/ |
D | config.rst | 75 extension remains allocated until the extension is unloaded.
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 126 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/ |
D | efr32bg2x.dtsi | 136 /* HFXO remains active */
|
D | efr32mg24.dtsi | 157 /* HFXO remains active */
|
D | efr32xg23.dtsi | 167 /* HFXO remains active */
|
/Zephyr-latest/boards/mediatek/ |
D | index.rst | 85 Given the limited I/O facilities, debugging support remains limited on
|
/Zephyr-latest/dts/arm/silabs/xg29/ |
D | xg29.dtsi | 164 /* HFXO remains active */
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 18 the overall success and growth of the Zephyr Project, ensuring that it remains a
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 33 parallelization, building and reporting) remains the same as for other harnesses. The change
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 60 the device remains in an active state until the operations are
|
/Zephyr-latest/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…
|
12