Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/Zephyr-Core-2.7.6/samples/subsys/ipc/rpmsg_multi_instance/
DREADME.rst3 Multiple instance of RPMsg
9 Multiple instance of RPMsg is an abstraction created over OpenAMP.
35 RPMsg Multiple instance [master no 1] demo started
37 RPMsg Multiple instance [master no 2] demo started
46 RPMsg Multiple instance [no 1] demo ended.
48 RPMsg Multiple instance [no 2] demo ended.
56 RPMsg Multiple instance [remote no 1] demo started
58 RPMsg Multiple instance [remote no 2] demo started
67 RPMsg Multiple instance [no 1] demo ended.
69 RPMsg Multiple instance [no 2] demo ended.
[all …]
Dsample.yaml3 RPMsg Multiple Instance with Zephyr.
4 name: RPMsg Multiple Instance example integration
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/
DKconfig5 bool "IPC service support multiple backends"
7 Enables support for a service that can be shared by multiple
18 bool "RPMsg multiple instance backend"
/Zephyr-Core-2.7.6/dts/bindings/fs/
Dzephyr,fstab,littlefs.yaml20 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-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_multiple/tests_scripts/
Dmultiple.sh5 # Multiple connection between two devices with multiple peripheral identity
6 simulation_id="multiple"
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/src/
Dmutex_lock_unlock.c20 * @brief Test for the multiple mutex lock/unlock time
22 * The routine performs multiple mutex locks and then multiple mutex
/Zephyr-Core-2.7.6/subsys/fs/
DKconfig.littlefs35 All read operations will be a multiple of this value.
41 All program operations will be a multiple of this value.
51 multiple of the read and program sizes of the underlying flash
61 be a multiple of 8.
/Zephyr-Core-2.7.6/doc/reference/task_wdt/
Dindex.rst16 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-Core-2.7.6/arch/xtensa/core/
Dcrt1.S153 * This code supports multiple zeroed sections (*.bss).
167 .L0zte: l32i a8, a6, 0 /* get start address, assumed multiple of 4 */
168 l32i a9, a6, 4 /* get end address, assumed multiple of 4 */
170 sub a10, a9, a8 /* a10 = length, assumed a multiple of 4 */
172 s32i a0, a8, 0 /* clear 4 bytes to make len multiple of 8 */
175 s32i a0, a8, 0 /* clear 8 bytes to make len multiple of 16 */
178 .L2zte: srli a10, a10, 4 /* len is now multiple of 16, divide by 16 */
/Zephyr-Core-2.7.6/doc/guides/bluetooth/
Dgatt-pics.rst64 TSPC_GATT_3_11 True Read Multiple Characteristic Values (O)
82 TSPC_GATT_3_29 False Read Multiple Variable Length Characteristic Values (C.9)
83 TSPC_GATT_3_30 False Multiple Variable Length Notifications (C.10)
102 TSPC_GATT_4_11 True Read Multiple Characteristic Values (O)
121 TSPC_GATT_4_30 False Read Multiple Variable Length Characteristic Values (C.13)
122 TSPC_GATT_4_31 False Multiple Variable Length Notifications (C.13)
150 Multiple Simultaneous ATT Bearers
156 TSPC_GATT_8_1 False Support for multiple simultaneous active ATT bearers from same device – ATT…
157 TSPC_GATT_8_2 True Support for multiple simultaneous active ATT bearers from same device – ATT…
158 TSPC_GATT_8_3 False Support for multiple simultaneous active ATT bearers from same device – ATT…
[all …]
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_identity/
DREADME.rst9 This sample demonstrates use of multiple identity and the ability to be
10 connected to from multiple central devices.
/Zephyr-Core-2.7.6/doc/reference/peripherals/
Dsensor.rst18 Sensors can have multiple channels, either to represent different axes of
42 multiple axes, they can be read in a single operation by supplying
60 supporting multiple sensors should inspect the :c:data:`type` field of
74 multiple parameters that control the accuracy and frequency of measurement.
100 data, thus ensuring minimum latency. Alternatively, multiple sensor drivers
/Zephyr-Core-2.7.6/doc/guides/west/
Dwhy.rst8 * The ability to work with multiple Git repositories
18 Although the motivation behind splitting the Zephyr codebase into multiple
64 Multiple Git Repositories
70 In this context, there are a few reasons to work with multiple Git
82 See :ref:`west-basics` for information on how west workspaces manage multiple
/Zephyr-Core-2.7.6/drivers/flash/
DKconfig.nordic_qspi_nor36 to proceed. Multiple transfers will be initiated if the
38 multiple of 4. The feature is disabled when set to 0.
/Zephyr-Core-2.7.6/drivers/ethernet/
DKconfig.native_posix75 to create multiple interfaces in certain use cases. For example if
76 multiple ports are defined in gPTP, then multiple network interfaces
84 in your host system. If there are multiple network interfaces defined,
/Zephyr-Core-2.7.6/doc/introduction/
Dindex.rst11 The Zephyr kernel supports multiple architectures, including:
65 **Multiple Scheduling Algorithms**
74 * Multiple queuing strategies:
115 **Native Networking Stack supporting multiple protocols**
133 * Verified with multiple popular controllers
153 Support for log filtering, object dumping, panic mode, multiple backends
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
DKconfig.gatt33 multiple outstanding request.
104 bool "GATT Notify Multiple Characteristic Values support"
107 This option enables support for the GATT Notify Multiple
130 bool "GATT Read Multiple Characteristic Values support"
133 This option enables support for the GATT Read Multiple Characteristic
/Zephyr-Core-2.7.6/tests/drivers/sensor/generic/src/
Dmain.c67 * @brief Test get multiple channels values.
73 * - get multiple channels values consistently in two operations:
96 * - Application can get multiple channels for dummy sensor.
153 * @brief Test sensor multiple triggers.
159 * Check if sensor subsys can set multiple triggers and
175 * -# set multiple triggers for the dummy sensor and no trig sensor.
182 * - Application can get multiple channels for dummy sensor.
205 /* setup multiple triggers */ in test_sensor_handle_triggers()
/Zephyr-Core-2.7.6/subsys/ipc/rpmsg_multi_instance/
DKconfig8 bool "RPMsg multiple instance"
12 Enables support for RPMsg multiple instance.
/Zephyr-Core-2.7.6/tests/kernel/fifo/fifo_timeout/src/
Dmain.c21 * Then, multiple timeout tests are done for the threads, to test the ordering
23 * multiple fifos.
25 * Finally, multiple threads pend on one fifo, and they all get the
149 /* In general, there is no guarantee of wakeup order when multiple in test_multiple_threads_pending()
433 * @details test multiple threads pending on the same fifo with
442 * Test multiple threads pending on the same in test_timeout_threads_pend_on_fifo()
451 * @brief Test multiple fifos with different timeouts
452 * @details test multiple threads pending on different fifos
461 * Test multiple threads pending on different in test_timeout_threads_pend_on_dual_fifos()
473 * @details test multiple threads pending on the same fifo with
[all …]
/Zephyr-Core-2.7.6/include/sys/
Dring_buffer.h229 * Use cases involving multiple writers to the ring buffer must prevent
253 * Use cases involving multiple reads of the ring buffer must prevent
280 * Use cases involving multiple writers to the ring buffer must prevent
304 * Use cases involving multiple writers to the ring buffer must prevent
326 * Use cases involving multiple writers to the ring buffer must prevent
350 * Use cases involving multiple reads of the ring buffer must prevent
374 * Use cases involving multiple reads of the ring buffer must prevent
396 * Use cases involving multiple reads of the ring buffer must prevent
418 * Use cases involving multiple reads of the ring buffer must prevent
427 * Multiple calls to peek will result in the same data being 'peeked'
[all …]
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/
DREADME.rst9 This sample app demonstrates use of multiple USB classes with multiple
17 This project requires an USB device driver and multiple endpoints.
39 This sample can be built for multiple boards. To build and flash it
/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Dhealth_srv.h32 * for multiple Company IDs.
38 * If there are multiple Company IDs that have active faults,
40 * To report faults for multiple Company IDs, interleave which Company
67 * for multiple Company IDs.
116 * like blinking, buzzing, vibrating or moving. If there are multiple
/Zephyr-Core-2.7.6/doc/reference/resource_management/
Dindex.rst7 use at runtime among multiple clients. These include power rails,
9 complexity of properly managing multiple consumers of a device in a
79 A generic API may be implemented by multiple drivers where the common
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dgatt.rst75 more attributes can be set, though setting multiple handles requires the option:
86 :c:struct:`bt_gatt_subscribe_params` as parameters. Multiple subscriptions to
87 the same attribute are supported so there could be multiple ``notify`` callback

12345678910>>...25