Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/Zephyr-latest/modules/hal_infineon/
DKconfig15 Enable Analog-to-Digital Converter (ADC) HAL module driver for Infineon devices
20 Enable Inter-Integrated Circuit Interface (I2C) HAL module driver for Infineon devices
25 Enable Real-Time Clock (RTC) HAL module driver for Infineon devices
30 Enable Secure Digital Input/Output interface (SDIO) HAL module for Infineon devices
36 Enable SDHC HAL module for Infineon devices
42 Enable Serial Peripheral Interface (SPI) HAL module driver for Infineon devices
48 Enable Timer (Timer/Counter) HAL module driver for Infineon devices
53 Enable Low-Power Timer (LPTimer) HAL module driver for Infineon devices
58 Enable True Random Number Generator (TRNG) HAL module driver for Infineon devices
64 driver for Infineon devices
[all …]
DCMakeLists.txt10 ## Add PDL sources for XMC devices
16 ## Add core-lib sources for CAT1 devices
19 ## Add mtb-pdl-cat1 sources for CAT1 devices
22 ## Add mtb-templates-cat1 sources for CAT1 devices
27 ## Add mtb-hal-cat1 sources for CAT1 devices
42 ## Add Wi-Fi assets for AIROC devices
46 ## Add core-lib sources for CAT1 devices
53 ## Add BT assets for AIROC devices
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/
Dtest_counter_fixed_top.c26 static const struct device *const devices[] = { variable
58 zassert_true(ARRAY_SIZE(devices) > 0); in test_all_instances()
59 for (int i = 0; i < ARRAY_SIZE(devices); i++) { in test_all_instances()
60 counter_setup_instance(devices[i]); in test_all_instances()
62 counter_tear_down_instance(devices[i]); in test_all_instances()
70 const struct device *dev = devices[idx]; in test_set_custom_top_value_fails_on_instance()
95 const struct device *dev = devices[idx]; in test_top_handler_on_instance()
/Zephyr-latest/scripts/build/
Delf_parser.py128 self.devices = []
188 def _link_devices(self, devices): argument
194 for ord, dev in devices.items():
200 if dn.dep_ordinal in devices:
202 dev.devs_depends_on.add(devices[dn.dep_ordinal])
211 if sn.dep_ordinal in devices:
212 dev.devs_supports.add(devices[sn.dep_ordinal])
218 def _link_injected(self, devices): argument
219 for dev in devices.values():
222 if inj in devices:
[all …]
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c39 static struct alerting_device devices[CONFIG_BT_MAX_CONN]; variable
48 if (alert_level < devices[i].alert_level) { in set_alert_level()
49 alert_level = devices[i].alert_level; in set_alert_level()
85 devices[bt_conn_index(conn)].alert_level = BT_IAS_ALERT_LVL_NO_ALERT; in disconnected()
96 devices[idx].alert_level = BT_IAS_ALERT_LVL_NO_ALERT; in bt_ias_local_alert_stop()
120 devices[bt_conn_index(conn)].alert_level = alert_val; in bt_ias_write_alert_lvl()
/Zephyr-latest/soc/st/stm32/stm32f1x/
DKconfig.soc56 * Low density Value line devices
57 * Medium density Value line devices
58 * High density Value line devices
59 * XL-density devices Value line devices
64 Connectivity line devices are STM32F105xx and STM32F107xx
/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst5 Scan for 1-Wire devices and print their family ID and serial number.
10 This sample demonstrates how to scan for 1-Wire devices. It runs the 1-Wire
12 devices found.
35 [00:00:00.656,097] <inf> main: Number of devices found on bus: 3
/Zephyr-latest/soc/intel/intel_ish/doc/
Dsupported_features.txt4 In addition to the standard architecture devices (HPET, local and I/O APICs,
5 etc.), Zephyr supports the following ISH-specific SoC devices:
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py235 devices = self.get_darwin_serial_device_list()
237 if len(devices) == 0:
239 elif len(devices) == 1:
240 print('Using only serial device on the system: ' + devices[0])
241 return devices[0]
251 for i, device in enumerate(devices, 1):
265 if 1 <= value <= len(devices):
268 return devices[value - 1]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py52 devices: list[DeviceConfig] = field(default_factory=list, repr=False) variable in TwisterHarnessConfig
58 devices = []
88 devices.append(device_from_cli)
91 devices=devices
/Zephyr-latest/subsys/pm/
DKconfig53 When this option is enabled, check that no devices are busy before
80 devices that depend on a domain will be notified when this
84 bool "Dynamically bind devices to a Power Domain"
87 Enable support for dynamically bind devices to a Power Domain.
90 int "Number of devices that can dynamically be bind to a Power Domain"
94 The number of devices that can dynamically be bind to a Power Domain.
101 enabled, devices can be suspended or resumed based on the device
110 only rely on Runtime PM to manage the devices power states.
125 devices before entering a low power state. Conversely, after
126 the core wakes up from low power mode all suspended devices
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.xmc4xxx7 bool "Interrupt Controller Driver for XMC4XXX series devices"
11 Enable interrupt controller driver for XMC4XXX series of devices. This is required for
DKconfig.sam07 bool "External Interrupt Controller (EIC) Driver for SAM0 series devices"
11 Enable EIC driver for SAM0 series of devices. This is required for
/Zephyr-latest/soc/intel/alder_lake/doc/
Dsupported_features.txt4 In addition to the standard architecture devices (HPET, local and I/O APICs,
5 etc.), Zephyr supports the following Alder Lake-specific SoC devices:
/Zephyr-latest/soc/intel/elkhart_lake/doc/
Dsupported_features.txt4 In addition to the standard architecture devices (HPET, local and I/O APICs,
5 etc.), Zephyr supports the following Elkhart Lake-specific SoC devices:
/Zephyr-latest/soc/intel/raptor_lake/doc/
Dsupported_features.txt4 In addition to the standard architecture devices (HPET, local and I/O APICs,
5 etc.), Zephyr supports the following Raptor Lake-specific SoC devices:
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/
DREADME.rst5 Advertise and accept connections only from devices on an accept list.
14 data will only be sent to devices that are on the accept list. As a result, some
15 BLE central devices (such as Android smartphones) might not display the device
18 This sample also provides two Bluetooth LE characteristics. To perform a write, devices need
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst9 The Zephyr power domain abstraction is designed to support groupings of devices
19 power domain to notify all devices using it through their power management
52 Most of the devices in an SoC have independent power control that can
56 normally are divided into several regions grouping devices that
67 or a dedicated power IC. Multiple devices can be powered from the same source,
68 and this grouping of devices is typically called a "power domain".
70 Placing devices on power domains can be done for a variety of reasons,
71 including to enable devices with high power consumption in low power mode to be
90 PM subsystem to turn devices on and off.
126 ``power-domain`` node's property. The example below declares devices
[all …]
Ddevice.rst7 Device power management (PM) on Zephyr is a feature that enables devices to
26 devices, the decision to suspend or resume a device can also be
35 power state of devices. They interact directly with the hardware to
36 put devices into low-power states (suspend) when they are not in
39 by Zephyr to control the power state of devices.
45 when to suspend or resume devices. For example, a networking
65 does not need to spend time suspending and resuming devices that are
76 devices are suspended along with the system entering a CPU (or SoC) power state.
83 management and then suspend devices before changing state. The subsystem takes
84 care of suspending devices following their initialization order, ensuring that
[all …]
/Zephyr-latest/drivers/misc/devmux/
Ddevmux.c155 DT_INST_FOREACH_PROP_ELEM_SEP(_n, devices, DEVMUX_PHANDLE_TO_DEVICE, (,))
162 BUILD_ASSERT(DT_INST_PROP_LEN(_n, devices) > 0, "devices array must have non-zero size"); \
163 BUILD_ASSERT(DT_INST_PROP_LEN(_n, devices) <= INT_MAX, \
166 BUILD_ASSERT(DEVMUX_SELECTED(_n) < DT_INST_PROP_LEN(_n, devices), \
171 .n_devs = DT_INST_PROP_LEN(_n, devices), \
/Zephyr-latest/tests/drivers/console_switching/boards/
Dqemu_riscv64.overlay27 devices = <&uart0 &euart0 &euart1>;
34 devices = <&uart0 &euart0 &euart1>;
/Zephyr-latest/drivers/spi/
DKconfig.spi_emul12 drivers that pretend to be devices on the emulated SPI bus. It is
13 used for testing drivers for SPI devices.
/Zephyr-latest/drivers/i2c/
DKconfig.i2c_emul12 drivers that pretend to be devices on the emulated I2C bus. It is
13 used for testing drivers for I2C devices.
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c100 for (size_t i = 0; i < ARRAY_SIZE(devices); i++) { in test_all_instances()
101 for (size_t j = 0; j < devices[i].subsys_cnt; j++) { in test_all_instances()
102 zassert_true(device_is_ready(devices[i].dev), in test_all_instances()
103 "Device %s is not ready", devices[i].dev->name); in test_all_instances()
104 test_with_single_instance(devices[i].dev, in test_all_instances()
105 devices[i].subsys_data[j].subsys, in test_all_instances()
106 devices[i].subsys_data[j].startup_us, in test_all_instances()
/Zephyr-latest/samples/bluetooth/direct_adv/
DREADME.rst13 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

12345678910>>...26