Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.5.0/drivers/i2c/
DKconfig.sam_twihs20 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver
30 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver
/Zephyr-Core-3.5.0/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-Core-3.5.0/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;
191 increases linearly with its size since the item is copied in its entirety
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dvt_pointer_section.ld5 /* Copied from linker.ld */
/Zephyr-Core-3.5.0/arch/common/
Dramfunc.ld8 /* Copied from linker.ld */
Dnocache.ld8 /* Copied from linker.ld */
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/samples/application_development/code_relocation_nocopy/
DCMakeLists.txt17 # sram_code instead runs entirely from SRAM after being copied there.
/Zephyr-Core-3.5.0/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
159 # remove any previously copied file not present in the origin folder,
/Zephyr-Core-3.5.0/dts/bindings/mtd/
Dzephyr,emu-eeprom.yaml28 ram buffer to allow data to be copied during the partition erase. If
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/soc/arm/st_stm32/common/
Dccm.ld1 /* Copied from linker.ld */
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/mocks/
Diso.c11 * subsys/bluetooth/host/iso.c. The API implementations that are copied here
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/
Dcpu_init.h68 * as priority hints), so this constant is just copied from in cpu_early_init()
96 * copied into HP-SRAM until later. That's OK, as interrupts in cpu_early_init()
/Zephyr-Core-3.5.0/include/zephyr/linker/
Dlinker-tool-mwdt.h50 * initialized data sections that on XIP platforms must be copied at
87 * virtual and load addresses (i.e. they'll be copied into RAM at
/Zephyr-Core-3.5.0/dts/bindings/dma/
Ddma-controller.yaml41 description: Minimal chunk of data possible to be copied by the controller.
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_br_oob_get_local/src/
Dmain.c34 * - Address is copied to the passed OOB reference
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/
Dmemory.ld17 * in RAM and are copied from flash at boot. Text/rodata linked in-place in
81 * or copied into physical RAM by a loader (MMU)
/Zephyr-Core-3.5.0/soc/x86/atom/
Dsoc.h26 /* FIXME: The values below copied from generic ia32 soc, we need to get the
/Zephyr-Core-3.5.0/drivers/flash/
DKconfig.nordic_qspi_nor38 these restrictions. Such data will be copied into this buffer to
/Zephyr-Core-3.5.0/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()

1234567