/Zephyr-latest/tests/drivers/console_switching/src/ |
D | main.c | 17 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/ |
D | silabs_device_subsys.h | 25 static const struct device_data devices[] = { variable
|
D | esp32_device_subsys.h | 27 static const struct device_data devices[] = { variable
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 5 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/ |
D | Kconfig | 19 int "Maximum number of USB devices supported." 23 Maximum number of USB devices supported for all controllers.
|
/Zephyr-latest/tests/drivers/build_all/fpga/ |
D | app.overlay | 34 /* 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/ |
D | usbip.rst | 17 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/ |
D | Kconfig.test | 4 # Hidden option for turning on the dummy driver for vnd,spi devices
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.test | 4 # Hidden option for turning on the dummy driver for vnd,i2c devices
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dac.rst | 9 The DAC API provides access to Digital-to-Analog Converter (DAC) devices.
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | pwm.dtsi | 6 * Application overlay for pwm devices
|
D | w1.dtsi | 6 * Application overlay for w1 devices
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | noinit.ld | 7 * Extracted from: infineon/XMCLib/devices/XMC4500/Source/GCC/XMC4500x1024.ld
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.ambiq | 13 Enables the Counter driver for Ambiq devices.
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | api.rst | 10 Programmable Read-Only Memory (EEPROM) devices.
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 31 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/ |
D | Kconfig.xmc4xxx | 35 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/ |
D | README.rst | 5 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/ |
D | Kconfig | 22 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/ |
D | Kconfig.ambiq | 12 Enables the Adc driver for Ambiq devices.
|
D | Kconfig.test | 5 # Hidden option for turning on the dummy driver for vnd,adc devices
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.test | 5 # Hidden option for turning on the dummy driver for vnd,pwm devices
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.test | 5 # Hidden option for turning on the dummy driver for vnd,gpio devices
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/ |
D | Kconfig | 6 # https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/ |
D | Kconfig | 6 # https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable
|