Searched refs:communicate (Results 1 – 25 of 123) sorted by relevance
12345
/Zephyr-latest/doc/hardware/peripherals/ |
D | mdio.rst | 9 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/ |
D | nrf54h20_cpuflpr.JLinkScript | 5 // Use AP[x] to communicate with the RISC-V, flpr = APP
|
D | nrf54h20_cpuppr.JLinkScript | 5 // Use AP[x] to communicate with the RISC-V, ppr = APP
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 10 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/ |
D | dhcpv6.rst | 16 can communicate with other IP networks.
|
D | dhcpv4.rst | 16 can communicate with other IP networks.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 117 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/ |
D | cfg.rst | 12 Configuration Client can communicate with to change the node configuration. In some
|
D | cfg_cli.rst | 13 node. The Configuration Client model may communicate with servers on other
|
D | priv_beacon_cli.rst | 21 target node. The Private Beacon Client model may communicate with servers on
|
/Zephyr-latest/arch/arm64/core/xen/ |
D | Kconfig | 35 interface that Zephyr will use to communicate with the hypervisor.
|
/Zephyr-latest/samples/drivers/jesd216/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 17 * to communicate with mx25, when qspi is not used, to avoid rerouting clock
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 118 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
|
D | Kconfig.npcx | 21 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/ |
D | Kconfig | 27 Say Y here if you want Zephyr to communicate with system firmware
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 194 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/ |
D | README.rst | 4 Use a cellular modem to communicate with a UDP server.
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 22 subevents and response slots, to that they can communicate with the
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 17 * to communicate with mx25, when qspi is not used, to avoid rerouting clock
|
/Zephyr-latest/samples/sensor/tmp116/ |
D | README.rst | 25 The sensor operates at 3.3V and uses I2C to communicate with the board.
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 14 Only one client may be present on the bus. Client can communicate with several
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 43 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/ |
D | README.rst | 10 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/ |
D | zephyr_module.py | 469 stdout, stderr = popen.communicate() 490 stdout, stderr = popen.communicate() 506 stdout, stderr = popen.communicate() 522 stdout, stderr = popen.communicate()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 988 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