/Zephyr-latest/tests/drivers/i2c/i2c_target_api/ |
D | README.txt | 36 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/ |
D | test_edtlib.py | 486 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
|
D | test.dts | 444 buses { 446 // they appear on different buses
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | gnss.rst | 30 buses than the usual NMEA0183 over UART is possible, but will
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 307 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/doc/services/modbus/ |
D | index.rst | 7 for different types of networks or buses. Zephyr OS implementation
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 258 start = binding_start.buses 259 end = binding_end.buses
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 59 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/ |
D | index.rst | 57 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/ |
D | index.rst | 57 In standard I2C mode the two buses are connected together. As a consequence, all devices on the shi…
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 70 devicetree for common elements like interrupts and buses.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 61 * Allow emulating external buses like I2C or SPI and peripherals connected to them.
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/ |
D | rcar_h3ulcb_r7.rst | 161 H3ULCB board provides two I2C buses. Unfortunately direct access to these buses is not available th…
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 260 def buses(self) -> List[str]: member in Binding 1162 def buses(self) -> List[str]: member in Node 1165 return self._binding.buses 1172 return bus_node.buses if bus_node else [] 1398 if self.parent.buses:
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 98 The internal AHB/APB1/APB2 AMBA buses are all clocked at 80MHz.
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 29 and provides ready-made system components such as buses, streams, interconnects,
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | default.ld | 162 * data segments reflect the same address space on different buses. 442 * iram0_0_seg and dram0_0_seg reflect the same address space on different buses.
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 181 /* such as ram, clock, buses, peripherals. */
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 223 I2C buses have a default implementation which allows apps to leverage the RTIO work queue while
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/ |
D | index.rst | 152 four independent SPI buses on a single board (using the two SPI
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | default.ld | 180 * rtc_data_seg are reflect the same address space on different buses. 551 * dram0_0_seg reflect the same address space on different buses.
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 195 The internal AHB/APB1/APB2 AMBA buses are all clocked at 80MHz.
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 211 The internal AHB/APB1/APB2/APB3 AMBA buses are all clocked at 160MHz.
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 318 - 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/ |
D | api.rst | 173 bindings to declare that nodes with a given compatible describe system buses.
|