Searched full:copied (Results 1 – 25 of 175) sorted by relevance
1234567
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | Kconfig.sam_twihs | 20 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/ |
D | ring_buffers.rst | 69 "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. */
|
D | spsc_pbuf.rst | 17 Packets are copied out of the buffer using :c:func:`spsc_pbuf_read`.
|
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/ |
D | message_queues.rst | 32 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/ |
D | vt_pointer_section.ld | 5 /* Copied from linker.ld */
|
/Zephyr-Core-3.5.0/arch/common/ |
D | ramfunc.ld | 8 /* Copied from linker.ld */
|
D | nocache.ld | 8 /* Copied from linker.ld */
|
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell_history.h | 77 * @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/ |
D | main.c | 42 * - 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/ |
D | main.c | 45 * - 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/ |
D | CMakeLists.txt | 17 # sram_code instead runs entirely from SRAM after being copied there.
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | external_content.py | 12 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/ |
D | zephyr,emu-eeprom.yaml | 28 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/ |
D | test_suite_privacy_enabled.c | 45 * 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/ |
D | main.c | 73 * - 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/ |
D | ccm.ld | 1 /* Copied from linker.ld */
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/mocks/ |
D | iso.c | 11 * subsys/bluetooth/host/iso.c. The API implementations that are copied here
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/ |
D | cpu_init.h | 68 * 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/ |
D | linker-tool-mwdt.h | 50 * 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/ |
D | dma-controller.yaml | 41 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/ |
D | main.c | 34 * - Address is copied to the passed OOB reference
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | memory.ld | 17 * 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/ |
D | soc.h | 26 /* FIXME: The values below copied from generic ia32 soc, we need to get the
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | Kconfig.nordic_qspi_nor | 38 these restrictions. Such data will be copied into this buffer to
|
/Zephyr-Core-3.5.0/tests/boards/intel_adsp/mm/src/ |
D | main.c | 146 /* 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