Searched refs:multiple (Results 1 – 25 of 450) sorted by relevance
12345678910>>...18
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | README.rst | 5 Use multiple identities to allow connections from multiple central devices. 10 This sample demonstrates use of multiple identity and the ability to be 11 connected to from multiple central devices.
|
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | Kconfig | 5 bool "IPC service support multiple backends" 7 Enables support for a service that can be shared by multiple
|
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 3 # Shield directories may contain multiple shields. Filter out duplicate 4 # directories to avoid including the same CMakeLists.txt file multiple times
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_imx_netc | 55 Length of the TX ring. The value must be a multiple of 8. 63 store one complete Ethernet frame, and be a multiple of 8. 77 Length of the RX ring. The value must be a multiple of 8. 85 store one complete Ethernet frame, and be a multiple of 8.
|
D | Kconfig.native_posix | 23 to create multiple interfaces in certain use cases. For example if 24 multiple ports are defined in gPTP or PTP, then multiple network interfaces 32 in your host system. If there are multiple network interfaces defined,
|
D | Kconfig.nxp_s32_netc | 44 Length of the TX ring. The value must be a multiple of 8. 52 store one complete Ethernet frame, and be a multiple of 8. 59 Length of the RX ring. The value must be a multiple of 8. 67 store one complete Ethernet frame, and be a multiple of 8.
|
D | Kconfig.nxp_s32_gmac | 22 must be a multiple of TX FIFO block size. 30 store one complete Ethernet frame, and be a multiple of the data bus 39 must be a multiple of RX FIFO block size. 47 store one complete Ethernet frame, and be a multiple of the data bus
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 2 :name: Hello World for multiple board targets using Sysbuild 4 Run a hello world sample on multiple board targets 11 SoCs with multiple cores as each core is exposed as a board target. Other 12 scenarios could include boards embedding multiple SoCs. When building with
|
/Zephyr-latest/doc/build/snippets/ |
D | design.rst | 12 - **composable**: it is possible to use multiple snippets at once, for example 19 - **able to combine multiple types of configuration**: snippets make it possible 20 to store multiple different types of build system settings in one place, and
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 9 Sensors may have multiple channels, either to represent different axes of 12 humidity). Sensors may have multiple channels of the same measurement type to
|
/Zephyr-latest/tests/drivers/disk/disk_performance/ |
D | README.txt | 12 sector, than over multiple sequential sectors. 18 one sector, than over multiple sequential sectors.
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 16 In real-time operating systems with multiple tasks running in parallel, a 19 to supervise multiple threads or tasks (called watchdog channels). 28 It's currently not possible to have multiple instances of task watchdogs.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test-multidir.dts | 8 * Used by test_edtlib.py. Dedicated file for testing having multiple binding
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 7 conjunction with multiple C libraries. These either provide functions not 8 available in multiple C libraries or are designed to replace functionality 46 multiple threads. These functions are implemented in
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | tests.nrf54l15bsim_nrf54l15_cpuapp.txt | 3 tests/bsim/bluetooth/ll/multiple_id/tests_scripts/multiple.sh
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 5 Advertise multiple advertising sets. 11 uses multiple advertising sets functionality.
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 4 Calculate the first 240 digits of Pi on multiple execution units. 9 demonstrates the benefit of multiple execution units (CPU cores)
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.nxp_irqsteer | 12 multiple interrupts from peripheral to one or
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mbox.rst | 12 (multiple channels can target the same cluster).
|
/Zephyr-latest/doc/build/dts/ |
D | main-example.dts | 6 * This is used multiple times in the documentation.
|
/Zephyr-latest/doc/services/portability/ |
D | index.rst | 9 multiple software and hardware platforms.
|
/Zephyr-latest/boards/qemu/cortex_a53/ |
D | qemu_cortex_a53_qemu_cortex_a53_smp_defconfig | 19 # We have multiple QEMU-A53 boards, so let us exercise ARMV8_A_NS on this one
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 4 Use SMP to process multiple packet headers in parallel. 38 The headers then are stored in multiple "sender" queues (the number is defined 78 Simulating IP header validation on multiple cores.
|
12345678910>>...18