Home
last modified time | relevance | path

Searched refs:buses (Results 1 – 25 of 33) sorted by relevance

12

/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/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
495 assert isinstance(edt.get_node("/buses/foo-bus/node1").buses, list)
496 assert not edt.get_node("/buses/foo-bus/node1").buses
504 assert isinstance(edt.get_node("/buses/foo-bus/node2").buses, list)
505 assert not edt.get_node("/buses/foo-bus/node2").buses
511 assert isinstance(edt.get_node("/buses/no-bus-node").buses, list)
512 assert not edt.get_node("/buses/no-bus-node").buses
Dtest.dts444 buses {
446 // they appear on different buses
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst30 buses than the usual NMEA0183 over UART is possible, but will
/Zephyr-latest/scripts/dts/
Dgen_defines.py307 if "pcie" in node.buses:
315 if "pcie" in node.buses:
914 buses = node.on_buses
915 for bus in buses:
967 for compat, buses in compat2buses.items():
968 for bus in buses:
/Zephyr-latest/doc/services/modbus/
Dindex.rst7 for different types of networks or buses. Zephyr OS implementation
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py258 start = binding_start.buses
259 end = binding_end.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/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/peregrine/sam4l_wm400_cape/doc/
Dindex.rst9 sensors and conectivity buses.
/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/doc/build/dts/
Ddesign.rst70 devicetree for common elements like interrupts and buses.
/Zephyr-latest/doc/hardware/emulator/
Dindex.rst61 * Allow emulating external buses like I2C or SPI and peripherals connected to them.
/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…
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py268 def buses(self) -> list[str]: member in Binding
1189 def buses(self) -> list[str]: member in Node
1192 return self._binding.buses
1199 return bus_node.buses if bus_node else []
1425 if self.parent.buses:
/Zephyr-latest/boards/st/sensortile_box/doc/
Dindex.rst100 The internal AHB/APB1/APB2 AMBA buses are all clocked at 80MHz.
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst22 and provides ready-made system components such as buses, streams, interconnects,
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/
Dindex.rst107 four independent SPI buses on a single board (using the two SPI
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst181 /* such as ram, clock, buses, peripherals. */
/Zephyr-latest/doc/services/rtio/
Dindex.rst223 I2C buses have a default implementation which allows apps to leverage the RTIO work queue while
/Zephyr-latest/soc/espressif/esp32s2/
Ddefault.ld216 rtc_data_seg reflect the same address space on different buses.
562 * dram0_0_seg reflect the same address space on different buses.
/Zephyr-latest/boards/st/steval_stwinbx1/doc/
Dindex.rst213 The internal AHB/APB1/APB2/APB3 AMBA buses are all clocked at 160MHz.
/Zephyr-latest/boards/st/sensortile_box_pro/doc/
Dindex.rst197 The internal AHB/APB1/APB2 AMBA buses are all clocked at 80MHz.
/Zephyr-latest/doc/build/kconfig/
Dtips.rst318 - An exemption are buses like I2C and SPI, and following the same thought
319 process things like MFD as well. Drivers on these buses should use
/Zephyr-latest/doc/build/dts/api/
Dapi.rst171 bindings to declare that nodes with a given compatible describe system buses.

12