Searched refs:devices (Results 26 – 50 of 683) sorted by relevance
12345678910>>...28
/Zephyr-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 13 provides two Bluetooth LE characteristics. To perform write, devices need to be bonded, while read 16 Please note that direct advertising towards iOS based devices is not allowed. 17 For more information about designing Bluetooth LE devices for Apple products refer to
|
/Zephyr-latest/kernel/ |
D | Kconfig.init | 31 devices are initialized 39 devices are initialized 56 devices are initialized 64 devices are initialized
|
D | Kconfig.device | 23 bool "Mutable devices [EXPERIMENTAL]" 26 Support mutable devices. Mutable devices are instantiated in SRAM 67 interrupt controller, but does not depend on other devices,
|
/Zephyr-latest/drivers/mspi/ |
D | Kconfig.mspi_emul | 16 drivers that pretend to be devices on the emulated MSPI bus. It is 17 used for testing drivers for MSPI devices.
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | README.rst | 5 Use multiple identities to allow connections from multiple central devices. 11 connected to from multiple central devices.
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.esp32_tmr | 12 Purpose Timers for ESP32 series devices. 20 Purpose Timers for ESP32 series devices.
|
/Zephyr-latest/samples/drivers/smbus/ |
D | README.rst | 11 driver supported exploring the SMBus communication with peripheral devices. 47 scan :Scan SMBus peripheral devices command 66 Scan for available SMBus devices with command: 80 8 devices found on smbus@fb00
|
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/ |
D | test_counter.c | 27 static const struct device *const devices[] = { variable 69 for (int i = 0; i < ARRAY_SIZE(devices); i++) { in test_all_instances() 70 counter_setup_instance(devices[i]); in test_all_instances() 72 capability_check(devices[i])) { in test_all_instances() 73 TC_PRINT("Testing %s\n", devices[i]->name); in test_all_instances() 74 func(devices[i]); in test_all_instances() 76 TC_PRINT("Skipped for %s\n", devices[i]->name); in test_all_instances() 78 counter_tear_down_instance(devices[i]); in test_all_instances() 722 const struct device *dev = devices[0]; in test_ds3231_synchronize() 750 const struct device *dev = devices[0]; in ds3231_get_syncpoint() [all …]
|
/Zephyr-latest/drivers/auxdisplay/ |
D | Kconfig | 14 int "Auxiliary display devices init priority" 17 Auxiliary (textual) display devices initialization priority.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | haptics.rst | 9 The haptics API allows for the control of haptic driver devices for the 19 Additionally, haptic driver devices often offer controls for adjusting and
|
D | i3c.rst | 26 devices such as sensors. 28 Due to the nature of the I3C, there are devices on the bus where 34 for both I3C and I\ :sup:`2`\ C devices: 79 #. Do ``RSTDAA`` to reset dynamic addresses of connected devices. 80 If any connected devices have already been assigned an address, 85 #. Do ``DISEC`` to disable any events from devices. 90 * ``SETAASA`` may not be supported for all connected devices 98 still devices without addresses. 102 Provisioned ID to the list of registered I3C devices. 119 * This step can be skipped if there is no connected devices [all …]
|
D | video.rst | 6 The video driver API offers a generic interface to video devices. 17 devices. 40 represents a video control property. Different devices will have different
|
/Zephyr-latest/subsys/usb/host/ |
D | Kconfig.usbip | 32 int "Number of devices that can be exported" 36 Number of devices that can be exported.
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | Kconfig | 110 devices. For program flash only devices, this byte is reserved. 118 devices. For program flash only devices, this byte is reserved.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 6 The Call Control Server is a role that typically resides on devices that can make calls, 8 which are typically GAP Central devices. 39 The Call Control Client is a role that typically resides on resource constrained devices such as
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | rwdata.ld | 4 * ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld
|
/Zephyr-latest/tests/drivers/disk/disk_performance/ |
D | README.txt | 4 This test is intended to test the performance of disk devices under Zephyr. It 5 was tested with SD cards, but can be used for other disk devices as well.
|
/Zephyr-latest/samples/bluetooth/observer/ |
D | README.rst | 5 Scan for Bluetooth devices nearby and print their information. 11 functionality. The application will periodically scan for devices nearby.
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 13 int "Retained memory devices init priority" 16 Retained memory devices initialization priority,
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig | 7 Include drivers for multi-function devices 19 Multi-function devices initialization priority.
|
/Zephyr-latest/lib/acpi/ |
D | Kconfig | 38 int "maximum child devices" 41 maximum acpi child devices.
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.espi_emul | 12 drivers that pretend to be devices on the emulated eSPI bus. It is 13 used for testing drivers for eSPI devices.
|
/Zephyr-latest/samples/net/cloud/ |
D | README.rst | 5 These samples demonstrate how to connect Zephyr devices to various IoT cloud services.
|
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | nrf_device_subsys.h | 30 static const struct device_data devices[] = { variable
|
/Zephyr-latest/drivers/smbus/ |
D | Kconfig | 70 Support Host Notify from peripheral devices. 76 Support SMBALERT signal from peripheral devices. 94 Support SMBALERT signal from peripheral devices.
|
12345678910>>...28