Home
last modified time | relevance | path

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

123

/Zephyr-latest/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-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_f1.dts36 /* Code and data sections can be moved around and resized if needed. */
/Zephyr-latest/cmake/bintools/armclang/
Delfconvert_command.cmake41 # then that section must be moved to correct location.
/Zephyr-latest/scripts/dts/
DREADME.txt5 The libraries and tests have now been moved to the 'python-devicetree'
/Zephyr-latest/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-latest/samples/sensor/jc42/
DREADME.rst17 window is moved to center on the new temperature.
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst47 As soon as all headers in each pair of queues are moved from "sender" to
/Zephyr-latest/lib/posix/options/
DCMakeLists.txt58 # perror should be moved to the common libc
/Zephyr-latest/samples/sensor/tdk_apex/
DREADME.rst18 ** Significant Motion Detector (SMD): Detects when the user has moved
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst124 for vertical direction. The text passed with the scroll command will be moved
/Zephyr-latest/soc/espressif/common/
DKconfig.spiram128 If enabled, instructions in flash will be moved into PSRAM on startup.
138 If enabled, rodata in flash will be moved into PSRAM on startup.
/Zephyr-latest/subsys/fs/
DKconfig.littlefs67 is moved to another block. Set to a non-positive value to
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst109 moved around freely.
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal65 moved from SRAM to the DTCM (Data Tightly Coupled Memory).
/Zephyr-latest/doc/project/
Dproposals.rst54 - After the initial discussion and triaging, the label is moved from
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst63 space can be allocated, temporary write index is moved and pointer to a space
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst53 sample point can be moved.
54 The sample point is moved when resynchronization is needed.
/Zephyr-latest/arch/xtensa/
DKconfig53 constraint of the vector table entry and moved the default
/Zephyr-latest/doc/hardware/cache/
Dguide.rst30 of this, data moved into and out of memory by DMA engines will be stale in the
/Zephyr-latest/doc/security/
Dreporting.rst67 link will be added to a comment in the issue, and the issue moved to
/Zephyr-latest/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
Dmigration-guide-4.0.rst491 * The Ethernet bridge shell is moved under network shell. This is done so that
509 implementation moved to :zephyr_file:`lib/net_buf/`. (:github:`78009`)

123