Home
last modified time | relevance | path

Searched full:copied (Results 1 – 25 of 210) sorted by relevance

123456789

/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst69 "Bytes" data may be copied into the ring buffer using
71 bytes will be copied into the buffer in order, as many as will fit in
72 the allocated buffer. The total number of bytes copied (which may be
78 To avoid multiply-copied-data situations, a "claim" API exists for
123 Data can be copied into the ring buffer (see
153 its contents are copied to the data buffer, along with its associated metadata
159 item, as well as its two metadata values, are copied to areas supplied by the
246 Bytes are copied to a **byte mode** ring buffer by calling
314 Data bytes are copied out from a **byte mode** ring buffer by calling
324 /* Fewer bytes copied. */
Dspsc_pbuf.rst17 Packets are copied out of the buffer using :c:func:`spsc_pbuf_read`.
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt30 If NET_MGMT_EVENT_INFO is enabled the data will be copied to
38 If NET_MGMT_EVENT_INFO is enabled the data will be copied to
46 callback handlers, no info data is copied.
/Zephyr-latest/doc/kernel/services/data_passing/
Dmessage_queues.rst32 The data item pointed at by the sending thread is copied to a waiting thread,
33 if one exists; otherwise the item is copied to the message queue's ring buffer,
44 The data item is copied to the area specified by the receiving thread;
55 The data item is copied to the area specified by the receiving thread;
192 increases linearly with its size since the item is copied in its entirety
/Zephyr-latest/arch/arm/core/cortex_m/
Dvt_pointer_section.ld5 /* Copied from linker.ld */
/Zephyr-latest/arch/common/
Dramfunc.ld8 /* Copied from linker.ld */
Dnocache.ld8 /* Copied from linker.ld */
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
DCMakeLists.txt17 # sram_code instead runs entirely from SRAM after being copied there.
/Zephyr-latest/include/zephyr/shell/
Dshell_history.h77 * @param[out] dst Buffer where line is copied.
78 * @param[in,out] len Buffer size (input), amount of copied
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/
Dmain.c42 * - Address is copied to the passed OOB reference
78 * - Address is copied to the passed OOB reference
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/
Dmain.c45 * - Address is copied to the passed OOB reference
85 * - Address is copied to the passed OOB reference
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py12 source directory. They are copied to the source directory before starting the
14 copied. Therefore, incremental builds detect changes correctly and behave as
158 # remove any previously copied file not present in the origin folder,
/Zephyr-latest/dts/bindings/mtd/
Dzephyr,emu-eeprom.yaml28 ram buffer to allow data to be copied during the partition erase. If
/Zephyr-latest/soc/st/stm32/common/
Dccm.ld1 /* Copied from linker.ld */
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/
Dmain.c73 * - Count parameter pointer is dereferenced and loaded with actual number of copied items
88 /* Verify copied items */ in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_privacy_enabled.c45 * set, the same address is used and copied to bt_dev.id_addr[].
85 * set, the same address is used and copied to bt_dev.id_addr[].
129 * set, the same address is used and copied to bt_dev.id_addr[].
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-mwdt.h50 * initialized data sections that on XIP platforms must be copied at
86 * virtual and load addresses (i.e. they'll be copied into RAM at
/Zephyr-latest/dts/bindings/dma/
Ddma-controller.yaml41 description: Minimal chunk of data possible to be copied by the controller.
/Zephyr-latest/drivers/i3c/
DKconfig133 Blocking i3c calls when I3C_RTIO is enabled are copied into a per driver
143 Blocking i3c calls when I3C_RTIO is enabled are copied into a per driver
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcpu_init.h68 * as priority hints), so this constant is just copied from in cpu_early_init()
103 * copied into HP-SRAM until later. That's OK, as interrupts in cpu_early_init()
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/src/
Dmain.c34 * - Address is copied to the passed OOB reference
/Zephyr-latest/include/zephyr/arch/x86/
Dmemory.ld17 * in RAM and are copied from flash at boot. Text/rodata linked in-place in
87 * or copied into physical RAM by a loader (MMU)
/Zephyr-latest/soc/intel/atom/
Dsoc.h26 /* FIXME: The values below copied from generic ia32 soc, we need to get the
/Zephyr-latest/tests/boards/intel_adsp/mm/src/
Dmain.c146 /* Verify the copied region was not unmapped */
149 "copied page data changed after unmap");
272 /* Verify the copied region was not unmapped */ in ZTEST()
275 "copied page data changed after unmap"); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dlarge_comp_data_cli.h102 * not provided, the metadata won't be copied.
126 * provided, the metadata won't be copied.

123456789