Searched refs:devices (Results 76 – 100 of 683) sorted by relevance
12345678910>>...28
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.tlc5971 | 11 Enable LED strip driver for daisy chains of TLC5971-ish devices
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig.test | 7 # Hidden option for turning on the dummy driver for vnd,i3c devices
|
D | Kconfig | 32 by the controllers and target devices. 108 instances of the connected I2C and I3C devices start 109 initializing those devices. This is because some devices 126 is not within known I3C devices. 134 within known I2C devices.
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 186 self.devices = {} 213 self.devices[ordinal] = (prio, arg0_name) 259 dev_prio, dev_init = self._obj.devices.get(dev_ord, (None, None)) 260 dep_prio, dep_init = self._obj.devices.get(dep_ord, (None, None)) 284 for dev_ord in self._obj.devices:
|
D | check_init_priorities_test.py | 238 self.assertDictEqual(obj.devices, { 283 validator._obj.devices = {1: (10, "i1")} 286 validator._obj.devices = {2: (20, "i2")} 306 validator._obj.devices = {1: (10, "i1"), 2: (20, "i2")} 330 validator._obj.devices = {1: (10, "i1"), 2: (10, "i2")} 352 validator._obj.devices = {1: 20, 3: 10} 383 validator._obj.devices = {1: 10, 2: 10, 3: 20}
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 7 devices to the application. 28 Complex devices may use a combination of multiple events, and set the ``sync`` 61 A common use case for input devices is to use them to generate HID reports. For 70 - :dtcompatible:`analog-axis`: for absolute position devices connected to an 86 translates those to various types of LVGL input devices.
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.gd32 | 12 Enable counter timer driver for GD32 series devices.
|
D | Kconfig.esp32_rtc | 12 Timer for ESP32 series devices.
|
D | Kconfig.xec | 12 will expose the basic timer devices present on the MCU.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 28 All pure Flash devices are evolution of EEPROM where erase has 39 This option should be selected by drivers that serve devices with 41 paths in code that only serve such devices, and could be 52 as for example in EEPROM devices, but may also have no erase 60 devices with such characteristic and is used and may be 62 such devices, and could be optimized-out by compiler in 80 devices to enable building a common support module. 132 The buffer is needed as most devices have write-block alignment 138 among all the memory devices used in system.
|
/Zephyr-latest/samples/subsys/mgmt/osdp/ |
D | README.rst | 9 between configured devices. 18 used as a general communication protocol for devices in a secure way without
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 4 Play pong as single player or over Bluetooth between two micro:bit devices. 10 devices.
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | gpio.dtsi | 6 * Application overlay for gpio devices
|
/Zephyr-latest/tests/drivers/pinctrl/api/ |
D | Kconfig | 13 register address of devices.
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | noinit.ld | 4 * ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cc23x0_systim | 13 for the TI Simplelink CC23X0 devices.
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.ifx_cat1 | 14 Enable Watchdog driver for Infineon CAT1 devices.
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 46 This is used in stream flash code to exclude invocation of erase on devices that do not 48 Option is available only if there is a mix of devices, in a configuration, where some 49 support erase and some do not. If user is sure to not use Stream Flash with devices that
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | Kconfig | 5 # Infineon CAT1B devices
|
/Zephyr-latest/samples/sensor/th02/ |
D | README.rst | 17 This sample uses the TH02 sensor and the grove LCD display. Both devices are 29 devices to I2C. No additional wiring is required. Depending on the board you are
|
/Zephyr-latest/drivers/comparator/ |
D | Kconfig.silabs_acmp | 11 present on Silicon Labs devices. This block is commonly used to
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 10 and M95xx series SPI EEPROM devices. 32 The SPI EEPROM devices can write protect complete memory blocks by setting 37 For more information about interfacing the M24xx and M95xx series EEPROM devices 56 which can be overwritten to use the other EEPROM devices instead.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lldp.rst | 14 protocol used by network devices for advertising their identity, capabilities,
|
/Zephyr-latest/doc/kernel/usermode/ |
D | index.rst | 7 which we call user mode. The current implementation is designed for devices
|
/Zephyr-latest/samples/sensor/lps22hh_i3c/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 5 * There might be other connected I2C devices
|
12345678910>>...28