Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c141 static inline void update_fragment_ctx(struct ieee802154_6lo_fragment_ctx *ctx, uint8_t moved) in update_fragment_ctx() argument
144 bool next_frag = moved == remainder; in update_fragment_ctx()
152 ctx->pos += moved; in update_fragment_ctx()
203 uint8_t moved = copy_data(ctx, frame_buf, capacity); in ieee802154_6lo_fragment() local
205 update_fragment_ctx(ctx, moved); in ieee802154_6lo_fragment()
206 capacity -= moved; in ieee802154_6lo_fragment()
/Zephyr-Core-3.7.0/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_f1.dts36 /* Code and data sections can be moved around and resized if needed. */
/Zephyr-Core-3.7.0/cmake/bintools/armclang/
Delfconvert_command.cmake41 # then that section must be moved to correct location.
/Zephyr-Core-3.7.0/cmake/modules/
DFindDeprecated.cmake6 # Whenever CMake code is deprecated it should be moved to this module and
19 # be moved to this module and can then be loaded as:
Dboards.cmake146 message(WARNING "BOARD_DIR: ${BOARD_DIR} has been moved or deleted. "
/Zephyr-Core-3.7.0/scripts/dts/
DREADME.txt5 The libraries and tests have now been moved to the 'python-devicetree'
/Zephyr-Core-3.7.0/samples/sensor/mcp9808/
DREADME.rst15 window is moved to center on the new temperature.
/Zephyr-Core-3.7.0/samples/arch/smp/pktqueue/
DREADME.rst47 As soon as all headers in each pair of queues are moved from "sender" to
/Zephyr-Core-3.7.0/lib/posix/options/
DCMakeLists.txt58 # perror should be moved to the common libc
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/
DREADME.rst124 for vertical direction. The text passed with the scroll command will be moved
/Zephyr-Core-3.7.0/soc/espressif/common/
DKconfig.spiram129 If enabled, instructions in flash will be moved into PSRAM on startup.
139 If enabled, rodata in flash will be moved into PSRAM on startup.
/Zephyr-Core-3.7.0/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi155 * and shouldn't be moved.
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dextensions.rst109 moved around freely.
/Zephyr-Core-3.7.0/subsys/fs/
DKconfig.littlefs67 is moved to another block. Set to a non-positive value to
/Zephyr-Core-3.7.0/drivers/ethernet/
DKconfig.stm32_hal59 moved from SRAM to the DTCM (Data Tightly Coupled Memory).
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Dmpsc_pbuf.rst63 space can be allocated, temporary write index is moved and pointer to a space
/Zephyr-Core-3.7.0/doc/project/
Dproposals.rst54 - After the initial discussion and triaging, the label is moved from
/Zephyr-Core-3.7.0/doc/hardware/peripherals/can/
Dcontroller.rst53 sample point can be moved.
54 The sample point is moved when resynchronization is needed.
/Zephyr-Core-3.7.0/arch/xtensa/
DKconfig53 constraint of the vector table entry and moved the default
/Zephyr-Core-3.7.0/doc/security/
Dreporting.rst67 link will be added to a comment in the issue, and the issue moved to
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-3.6.rst521 * The ``BT_AUDIO_CODEC_LC3_*`` values from ``<zephyr/bluetooth/audio/lc3.h>`` have moved to
547 * CoAP observer events have moved from a callback function in a CoAP resource to the Network Events
665 * A number of userspace related functions have been moved out of the ``z_`` namespace
Drelease-notes-1.10.rst149 * The implementation for sys_rand32_get() function has been moved to a new
153 driver. Hardware number generator drivers have been moved to a
187 * Documentation moved to docs.zephyrproject.org site (with redirection
Drelease-notes-3.4.rst150 * ``gpio_keys``: moved out of ``gpio``, replaced the custom API to use input
153 * ``ft5336``: moved from :ref:`kscan_api` to :ref:`input`, renamed the Kconfig
158 * ``kscan_sdl``: moved from :ref:`kscan_api` to :ref:`input`, renamed the Kconfig
162 * ``nuvoton,npcx-kscan`` moved to :ref:`input`, renamed the Kconfig option
189 moved to a ``functions`` struct object of type
Drelease-notes-1.7.rst77 * IP stack code is moved to subsys/net/ip directory.
213 * ``ZEP-847`` - Network protocols must be moved to subsys/net/lib
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/
Ddefault.ld78 * The aim of this is to keep data that will not be moved around and have a fixed address.
259 /* New data can only be added here to ensure existing data are not moved.

12