Home
last modified time | relevance | path

Searched full:buses (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/dts/bindings/gpio/
Dsparkfun,micromod-gpio.yaml11 supported buses:
15 * 2 UART buses. First with RTS and CTS pins, while the 2nd with only
17 * 2 i2c buses. Only the corresponding interrupt pin is exposed by
19 * 2 SPI buses not exposed by this binding. Only SPI CS control pin
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py486 assert isinstance(edt.get_node("/buses/foo-bus").buses, list)
487 assert "foo" in edt.get_node("/buses/foo-bus").buses
490 assert isinstance(edt.get_node("/buses/foo-bus").on_buses, list)
491 assert not edt.get_node("/buses/foo-bus").on_buses
492 assert edt.get_node("/buses/foo-bus").bus_node is None
495 assert isinstance(edt.get_node("/buses/foo-bus/node1").buses, list)
496 assert not edt.get_node("/buses/foo-bus/node1").buses
498 assert isinstance(edt.get_node("/buses/foo-bus/node1").on_buses, list)
499 assert "foo" in edt.get_node("/buses/foo-bus/node1").on_buses
500 assert edt.get_node("/buses/foo-bus/node1").bus_node.path == \
[all …]
Dtest.dts444 buses {
446 // they appear on different buses
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/
DREADME.txt36 shorted to join the two buses.
39 `i2c_bus_short` fixture. If the buses are not connected as required,
/Zephyr-latest/dts/bindings/ipc/
Dnordic,nrf-ipct-global.yaml15 Global IPCT instances reside on specific buses within the Global Domain,
/Zephyr-latest/doc/services/modbus/
Dindex.rst7 for different types of networks or buses. Zephyr OS implementation
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst30 buses than the usual NMEA0183 over UART is possible, but will
/Zephyr-latest/boards/st/sensortile_box/doc/
Dindex.rst38 - Internal Buses
98 The internal AHB/APB1/APB2 AMBA buses are all clocked at 80MHz.
/Zephyr-latest/drivers/ps2/
Dps2_npcx_channel.c13 * This file contains the driver of PS/2 buses (channels) which provides the
/Zephyr-latest/doc/build/dts/
Ddesign.rst70 devicetree for common elements like interrupts and buses.
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/
Dindex.rst59 In standard I2C mode the two buses are connected together. As a consequence, all devices on the shi…
/Zephyr-latest/doc/hardware/emulator/
Dindex.rst61 * Allow emulating external buses like I2C or SPI and peripherals connected to them.
/Zephyr-latest/doc/services/rtio/
Dindex.rst215 Supported Buses
223 I2C buses have a default implementation which allows apps to leverage the RTIO work queue while
/Zephyr-latest/drivers/spi/
Dspi_emul.c6 * This driver creates fake SPI buses which can contain emulated devices,
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/doc/
Dindex.rst57 In standard I2C mode the two buses are connected together. As a consequence, all devices on the shi…
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/doc/
Dindex.rst57 In standard I2C mode the two buses are connected together. As a consequence, all devices on the shi…
/Zephyr-latest/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml17 is enough for short buses and light loads. As a reference, the below
/Zephyr-latest/scripts/dts/
Dgen_defines.py307 if "pcie" in node.buses:
315 if "pcie" in node.buses:
911 buses = node.on_buses
912 for bus in buses:
964 for compat, buses in compat2buses.items():
965 for bus in buses:
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.h22 /* GPIO buses definitions */
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py258 start = binding_start.buses
259 end = binding_end.buses
/Zephyr-latest/drivers/i2c/
Di2c_npcx_port.c13 * This file contains the driver of SMBus/I2C buses (ports) which provides
/Zephyr-latest/drivers/espi/
Despi_emul.c6 * This driver creates fake eSPI buses which can contain emulated devices
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_mp1.c15 * @brief fill in AHB/APB buses configuration structure
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst29 and provides ready-made system components such as buses, streams, interconnects,
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/
Drcar_h3ulcb_r7.rst161 H3ULCB board provides two I2C buses. Unfortunately direct access to these buses is not available th…

123