Home
last modified time | relevance | path

Searched refs:communicate (Results 1 – 25 of 123) sorted by relevance

12345

/Zephyr-latest/doc/hardware/peripherals/
Dmdio.rst9 MDIO is a bus that is commonly used to communicate with ethernet PHY devices.
10 Many ethernet MAC controllers also provide hardware to communicate over MDIO
/Zephyr-latest/boards/nordic/nrf54h20dk/support/
Dnrf54h20_cpuflpr.JLinkScript5 // Use AP[x] to communicate with the RISC-V, flpr = APP
Dnrf54h20_cpuppr.JLinkScript5 // Use AP[x] to communicate with the RISC-V, ppr = APP
/Zephyr-latest/subsys/sip_svc/
DKconfig10 Enable Zephyr to communicate with Lower exception levels by
73 Enable ARM SiP SVC service shell support to communicate with EL3/EL2
/Zephyr-latest/doc/connectivity/networking/api/
Ddhcpv6.rst16 can communicate with other IP networks.
Ddhcpv4.rst16 can communicate with other IP networks.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py117 stdout, _ = process.communicate(timeout=self._flashing_timeout)
197 self._serial_pty_proc.communicate(timeout=self.base_timeout)
277 stdout, stderr = proc.communicate(timeout=timeout)
286 proc.communicate(timeout=timeout)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg.rst12 Configuration Client can communicate with to change the node configuration. In some
Dcfg_cli.rst13 node. The Configuration Client model may communicate with servers on other
Dpriv_beacon_cli.rst21 target node. The Private Beacon Client model may communicate with servers on
/Zephyr-latest/arch/arm64/core/xen/
DKconfig35 interface that Zephyr will use to communicate with the hypervisor.
/Zephyr-latest/samples/drivers/jesd216/boards/
Dnrf52840dk_nrf52840_spi.overlay17 * to communicate with mx25, when qspi is not used, to avoid rerouting clock
/Zephyr-latest/drivers/espi/
DKconfig118 This is the port number used by the Host and EC to communicate over
145 This is the port number used by the Host and EC to communicate over
162 This is the port number used by the Host and EC to communicate over
173 This is the port number used by the Host and EC to communicate over
DKconfig.npcx21 This is the port size used by the Host and EC to communicate over
31 This is the port size used by the Host and EC to communicate over
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig27 Say Y here if you want Zephyr to communicate with system firmware
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py194 popen_mock.communicate.return_value = (b'flashing error', b'')
216 popen_mock.communicate.return_value = (b'output', b'error')
/Zephyr-latest/samples/net/cellular_modem/
DREADME.rst4 Use a cellular modem to communicate with a UDP server.
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/
DREADME.rst22 subevents and response slots, to that they can communicate with the
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnrf52840dk_nrf52840_spi.overlay17 * to communicate with mx25, when qspi is not used, to avoid rerouting clock
/Zephyr-latest/samples/sensor/tmp116/
DREADME.rst25 The sensor operates at 3.3V and uses I2C to communicate with the board.
/Zephyr-latest/doc/services/modbus/
Dindex.rst14 Only one client may be present on the bus. Client can communicate with several
/Zephyr-latest/doc/connectivity/networking/
Dqemu_user_setup.rst43 communicate to the QEMU gateway, and any data intended for the host machine
84 dynamically generated ports cannot communicate with external network.
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst10 This application demonstrates how to use IVSHMEM Ethernet to communicate with
90 Now you can run Zephyr and Linux shell commands to communicate between
/Zephyr-latest/scripts/
Dzephyr_module.py469 stdout, stderr = popen.communicate()
490 stdout, stderr = popen.communicate()
506 stdout, stderr = popen.communicate()
522 stdout, stderr = popen.communicate()
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py988 mock_process.communicate = mock.Mock(side_effect=raise_timeout_fn)
1002 mock.call.communicate(timeout=timeout),
1004 mock.call.communicate()
1235 mock.Mock(communicate=mock.Mock(return_value=('', ''))),
1307 ser_pty_process.communicate.assert_called_once()
1394 communicate=mock.Mock(
1412 proc.communicate = mock.Mock(return_value=(mock.Mock(), mock.Mock()))
1426 communicate=mock.Mock(side_effect=mock_communicate)
1990 mock_process.communicate = mock.Mock(
2004 communicate=mock.Mock(return_value=(mock.Mock(), mock.Mock()))

12345