Searched full:multiple (Results 1 – 25 of 1227) sorted by relevance
12345678910>>...50
/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.
|
D | sample.yaml | 3 name: Demonstrates use of multiple identity and the ability to be connected to from 4 multiple central devices
|
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/tests_scripts/ |
D | multiple.sh | 7 # Multiple connection between two devices with multiple peripheral identity 8 simulation_id="multiple"
|
D | multiple_central.sh | 7 # Multiple connection between two devices with multiple peripheral identity
|
D | multiple_peripheral.sh | 7 # Multiple connection between two devices with multiple peripheral identity
|
/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_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
|
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.
|
/Zephyr-latest/dts/bindings/fs/ |
D | zephyr,fstab,littlefs.yaml | 20 All read operations will be a multiple of this value. A 31 All program operations will be a multiple of this value. A 45 and reducing the number of disk accesses. Must be a multiple of 62 multiple of 8.
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 2 :name: Multiple Broadcaster 5 Advertise multiple advertising sets. 11 uses multiple advertising sets functionality.
|
/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/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/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 38 variable latency. Starting a read for multiple sensors simultaneously from a 40 * Requesting multiple reads to the same device for Ping-Pong (double buffering) 59 * Multiple sensor channels of the same type are better supported. 80 Polling Read with Multiple Sensors 87 this might work with multiple temperature sensors with multiple temperature
|
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/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/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc.yaml | 54 RT11xx parts have multiple types of IOMUXC registers defined, with 61 RT11xx parts have multiple types of IOMUXC registers defined, with 68 RT11xx parts have multiple types of IOMUXC registers defined, with 75 RT11xx parts have multiple types of IOMUXC registers defined, with
|
/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/zbus/hlp_priority_boost/ |
D | testcase.yaml | 7 # out-of-sync between CPUs with multiple producer and 8 # consumer threads running concurrently on multiple CPUs,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 49 multiple outstanding request. 131 bool "GATT Notify Multiple Characteristic Values support" 134 This option enables support for the GATT Notify Multiple 140 int "Delay for batching multiple notifications in a single PDU." 183 bool "GATT Read Multiple Characteristic Values support" 186 This option enables support for the GATT Read Multiple Characteristic 190 bool "GATT Read Multiple Variable Length Characteristic Values support" 193 This option enables support for the GATT Read Multiple Variable Length
|
/Zephyr-latest/dts/bindings/gpio/ |
D | rohm,bd8lb600fs-gpio.yaml | 10 Multiple instances may be daisy chained, which can be configured 32 Number of pins for the expander. This must be a multiple of 8.
|
/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/arch/xtensa/core/ |
D | crt1.S | 152 * This code supports multiple zeroed sections (*.bss). 166 .L0zte: l32i a8, a6, 0 /* get start address, assumed multiple of 4 */ 167 l32i a9, a6, 4 /* get end address, assumed multiple of 4 */ 169 sub a10, a9, a8 /* a10 = length, assumed a multiple of 4 */ 171 s32i a0, a8, 0 /* clear 4 bytes to make len multiple of 8 */ 174 s32i a0, a8, 0 /* clear 8 bytes to make len multiple of 16 */ 177 .L2zte: srli a10, a10, 4 /* len is now multiple of 16, divide by 16 */
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | nxp,lpc-sdif.yaml | 18 Data timeout, as multiple of the SD clock. See DATA_TIMEOUT field of SDIF. 25 Response timeout, as multiple of the SD clock. See RESPONSE_TIMEOUT field
|
12345678910>>...50