Searched refs:multiple (Results 1 – 25 of 469) sorted by relevance
12345678910>>...19
/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/tests/subsys/ipc/ipc_sessions/ |
D | Kconfig | 27 int "Block size for multiple transfers test" 31 int "Number of blocks for multiple transfers test"
|
/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/drivers/ethernet/nxp_imx_netc/ |
D | Kconfig | 56 Length of the TX ring. The value must be a multiple of 8. 64 store one complete Ethernet frame, and be a multiple of 8. 78 Length of the RX ring. The value must be a multiple of 8. 86 store one complete Ethernet frame, and be a multiple of 8.
|
/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/drivers/ethernet/ |
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/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/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 | 11 multiple interrupts from peripheral to one or
|
/Zephyr-latest/soc/nxp/imx/imx8m/ |
D | Kconfig.defconfig.mimx8ml8_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
D | Kconfig.defconfig.mimx8mm6_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
D | Kconfig.defconfig.mimx8mn6_a53 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
/Zephyr-latest/soc/nxp/imx/imx9/imx93/ |
D | Kconfig.defconfig.mimx93.a55 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
/Zephyr-latest/soc/nxp/imx/imx9/imx95/ |
D | Kconfig.defconfig.mimx95.a55 | 15 # Enable GIC Safe Configuration to run multiple OSes on Cortex-A Cores
|
/Zephyr-latest/doc/build/dts/ |
D | main-example.dts | 6 * This is used multiple times in the documentation.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mbox.rst | 12 (multiple channels can target the same cluster).
|
/Zephyr-latest/samples/subsys/lorawan/class_a/ |
D | README.rst | 34 To run this sample multiple times, choose one of the following options: 40 …per storage and reuse of configuration settings, including the ``dev_nonce``, across multiple runs.
|
12345678910>>...19