Home
last modified time | relevance | path

Searched refs:devices (Results 51 – 75 of 683) sorted by relevance

12345678910>>...28

/Zephyr-latest/tests/drivers/console_switching/src/
Dmain.c17 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, DEVICE_DT_GET_BY_IDX, (,))};
22 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, PHANDLE_TO_NAME, (,))};
28 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, PHANDLE_TO_TEXT, (,))};
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dsilabs_device_subsys.h25 static const struct device_data devices[] = { variable
Desp32_device_subsys.h27 static const struct device_data devices[] = { variable
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst5 Configure and exchange MTU between two devices.
30 This sample demonstrates the exchange of MTU between two devices to allow a
66 This sample use two applications, two devices need to be setup.
70 The two devices will connect only if they are close to each other, because of
81 If the devices are close enough, the central should connect to the peripheral
86 Here are the outputs you should have on the devices:
/Zephyr-latest/subsys/usb/host/
DKconfig19 int "Maximum number of USB devices supported."
23 Maximum number of USB devices supported for all controllers.
/Zephyr-latest/tests/drivers/build_all/fpga/
Dapp.overlay34 /* one entry for every devices at spi.dtsi */
55 /* Put device specific modifications to properties or disabling of devices
/Zephyr-latest/doc/connectivity/usb/host/
Dusbip.rst17 In the USB/IP protocol, a server exports the USB devices and a client imports
35 There are a few basic commands for everyday use. To list exported USB devices,
41 Exportable USB devices
45 : /sys/bus/usb/devices/usb1/1-1
/Zephyr-latest/drivers/spi/
DKconfig.test4 # Hidden option for turning on the dummy driver for vnd,spi devices
/Zephyr-latest/drivers/i2c/
DKconfig.test4 # Hidden option for turning on the dummy driver for vnd,i2c devices
/Zephyr-latest/doc/hardware/peripherals/
Ddac.rst9 The DAC API provides access to Digital-to-Analog Converter (DAC) devices.
/Zephyr-latest/tests/drivers/build_all/sensor/
Dpwm.dtsi6 * Application overlay for pwm devices
Dw1.dtsi6 * Application overlay for w1 devices
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dnoinit.ld7 * Extracted from: infineon/XMCLib/devices/XMC4500/Source/GCC/XMC4500x1024.ld
/Zephyr-latest/drivers/counter/
DKconfig.ambiq13 Enables the Counter driver for Ambiq devices.
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dapi.rst10 Programmable Read-Only Memory (EEPROM) devices.
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c31 static const struct device *const devices[] = { variable
204 zassert_true(ARRAY_SIZE(devices) > 0, "No device found"); in test_all_instances()
205 for (int i = 0; i < ARRAY_SIZE(devices); i++) { in test_all_instances()
206 counter_setup_instance(devices[i]); in test_all_instances()
208 capability_check(devices[i])) { in test_all_instances()
209 TC_PRINT("Testing %s\n", devices[i]->name); in test_all_instances()
210 func(devices[i]); in test_all_instances()
212 TC_PRINT("Skipped for %s\n", devices[i]->name); in test_all_instances()
215 counter_tear_down_instance(devices[i]); in test_all_instances()
219 if (devices_skipped == ARRAY_SIZE(devices)) { in test_all_instances()
[all …]
/Zephyr-latest/drivers/can/
DKconfig.xmc4xxx35 Connects all XMC4XXX CAN devices to an internal bus. Enables
36 message exchange between MCU CAN devices without any external connectors.
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst5 Use single-wire/half-duplex UART functionality of STM32 devices.
11 UART functionality of STM32 devices. The example runs on various STM32
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig22 is essential for devices that cannot independently start and stop
30 data. This option is intended to be used for devices that do not
/Zephyr-latest/drivers/adc/
DKconfig.ambiq12 Enables the Adc driver for Ambiq devices.
DKconfig.test5 # Hidden option for turning on the dummy driver for vnd,adc devices
/Zephyr-latest/drivers/pwm/
DKconfig.test5 # Hidden option for turning on the dummy driver for vnd,pwm devices
/Zephyr-latest/drivers/gpio/
DKconfig.test5 # Hidden option for turning on the dummy driver for vnd,gpio devices
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
DKconfig6 # https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/
DKconfig6 # https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable

12345678910>>...28