Searched refs:moved (Results 1 – 25 of 50) sorted by relevance
12
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo_fragment.c | 141 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/ |
D | mimxrt595_evk_mimxrt595s_f1.dts | 36 /* Code and data sections can be moved around and resized if needed. */
|
/Zephyr-Core-3.7.0/cmake/bintools/armclang/ |
D | elfconvert_command.cmake | 41 # then that section must be moved to correct location.
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | FindDeprecated.cmake | 6 # 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:
|
D | boards.cmake | 146 message(WARNING "BOARD_DIR: ${BOARD_DIR} has been moved or deleted. "
|
/Zephyr-Core-3.7.0/scripts/dts/ |
D | README.txt | 5 The libraries and tests have now been moved to the 'python-devicetree'
|
/Zephyr-Core-3.7.0/samples/sensor/mcp9808/ |
D | README.rst | 15 window is moved to center on the new temperature.
|
/Zephyr-Core-3.7.0/samples/arch/smp/pktqueue/ |
D | README.rst | 47 As soon as all headers in each pair of queues are moved from "sender" to
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | CMakeLists.txt | 58 # perror should be moved to the common libc
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/ |
D | README.rst | 124 for vertical direction. The text passed with the scroll command will be moved
|
/Zephyr-Core-3.7.0/soc/espressif/common/ |
D | Kconfig.spiram | 129 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/ |
D | rd_rw612_bga.dtsi | 155 * and shouldn't be moved.
|
/Zephyr-Core-3.7.0/doc/build/kconfig/ |
D | extensions.rst | 109 moved around freely.
|
/Zephyr-Core-3.7.0/subsys/fs/ |
D | Kconfig.littlefs | 67 is moved to another block. Set to a non-positive value to
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.stm32_hal | 59 moved from SRAM to the DTCM (Data Tightly Coupled Memory).
|
/Zephyr-Core-3.7.0/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 63 space can be allocated, temporary write index is moved and pointer to a space
|
/Zephyr-Core-3.7.0/doc/project/ |
D | proposals.rst | 54 - After the initial discussion and triaging, the label is moved from
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/can/ |
D | controller.rst | 53 sample point can be moved. 54 The sample point is moved when resynchronization is needed.
|
/Zephyr-Core-3.7.0/arch/xtensa/ |
D | Kconfig | 53 constraint of the vector table entry and moved the default
|
/Zephyr-Core-3.7.0/doc/security/ |
D | reporting.rst | 67 link will be added to a comment in the issue, and the issue moved to
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | migration-guide-3.6.rst | 521 * 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
|
D | release-notes-1.10.rst | 149 * 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
|
D | release-notes-3.4.rst | 150 * ``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
|
D | release-notes-1.7.rst | 77 * 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/ |
D | default.ld | 78 * 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