Searched refs:moved (Results 1 – 25 of 55) sorted by relevance
123
/Zephyr-latest/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-latest/boards/nxp/mimxrt595_evk/ |
D | mimxrt595_evk_mimxrt595s_f1.dts | 36 /* Code and data sections can be moved around and resized if needed. */
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | elfconvert_command.cmake | 41 # then that section must be moved to correct location.
|
/Zephyr-latest/scripts/dts/ |
D | README.txt | 5 The libraries and tests have now been moved to the 'python-devicetree'
|
/Zephyr-latest/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-latest/samples/sensor/jc42/ |
D | README.rst | 17 window is moved to center on the new temperature.
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 47 As soon as all headers in each pair of queues are moved from "sender" to
|
/Zephyr-latest/lib/posix/options/ |
D | CMakeLists.txt | 58 # perror should be moved to the common libc
|
/Zephyr-latest/samples/sensor/tdk_apex/ |
D | README.rst | 18 ** Significant Motion Detector (SMD): Detects when the user has moved
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 124 for vertical direction. The text passed with the scroll command will be moved
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.spiram | 128 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/ |
D | Kconfig.littlefs | 67 is moved to another block. Set to a non-positive value to
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 109 moved around freely.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 65 moved from SRAM to the DTCM (Data Tightly Coupled Memory).
|
/Zephyr-latest/doc/project/ |
D | proposals.rst | 54 - After the initial discussion and triaging, the label is moved from
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 63 space can be allocated, temporary write index is moved and pointer to a space
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 53 sample point can be moved. 54 The sample point is moved when resynchronization is needed.
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 53 constraint of the vector table entry and moved the default
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 30 of this, data moved into and out of memory by DMA engines will be stale in the
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 67 link will be added to a comment in the issue, and the issue moved to
|
/Zephyr-latest/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 | migration-guide-4.0.rst | 491 * 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