Searched refs:interface (Results 1 – 25 of 1087) sorted by relevance
12345678910>>...44
/Zephyr-latest/modules/hal_nordic/nrf_802154/ |
D | CMakeLists.txt | 5 zephyr_interface_library_named(zephyr-802154-interface) 34 target_compile_definitions(zephyr-802154-interface 62 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO… 64 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO… 66 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO… 68 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO… 72 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_ENCRYPTION_ENABLED=1) 73 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_SECURITY_WRITER_ENABLED=1) 74 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_IE_WRITER_ENABLED=1) 76 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_ENCRYPTION_ENABLED=0) [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 22 network traffic for a given network interface. If you would like to capture 23 network data when there is no network interface involved, then you need to use 27 does not need to be network interface involved. For example low level HDLC 29 using the normal network interface based capture. Also CANBUS or Bluetooth 35 * An ``any`` network interface is created. It acts as a sink where the cooked 37 * A ``cooked`` virtual network interface is attached on top of this ``any`` 38 interface. 39 * The ``cooked`` interface must be configured to capture certain L2 packet types 40 using the network interface configuration API. 45 interface is marked as captured network interface. [all …]
|
D | net_if.rst | 13 The network interface is a nexus that ties the network device drivers 15 data is transferred via a network interface. The network interfaces cannot be 25 The network interface can be turned ON by calling ``net_if_up()`` and OFF 27 interface is also turned ON by default. 30 pointer or by a network interface index. The network interface can be 31 resolved from its index by calling ``net_if_get_by_index()`` and from interface 42 The ``net_if_get_default()`` returns a *default* network interface. What 43 this default interface means can be configured via options like 47 selecting the default network interface. 62 Network interface state management [all …]
|
D | vlan.rst | 18 In Zephyr, each individual VLAN is modeled as a virtual network interface. 19 This means that there is an ethernet network interface that corresponds to 20 a real physical ethernet port in the system. A virtual network interface is 21 created for each VLAN, and this virtual network interface connects to the 22 real network interface. This is similar to how Linux implements VLANs. The 23 *eth0* is the real network interface and *vlan0* is a virtual network interface 29 one network interface without VLAN support, and two with VLAN support, the 35 to give the network interface and desired VLAN tag as a parameter to that 36 function. The VLAN tagging for a given network interface can be disabled by a 38 the VLAN network interface itself, such as setting the IP address, etc. [all …]
|
/Zephyr-latest/samples/net/virtual/ |
D | Kconfig | 1 # Private config options for virtual network interface sample app 6 mainmenu "Networking virtual network interface sample application" 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 26 string "My IPv6 address for third interface" 31 string "My IPv4 address for third interface" 36 string "My IPv4 netmask for third interface"
|
D | README.rst | 1 .. zephyr:code-sample:: virtual-network-interface 2 :name: Virtual network interface 5 Create a sample virtual network interface. 10 This sample application creates a sample virtual network interface for 14 Ethernet network interface is providing the real network interface and 17 On top of Ethernet interface there are two virtual network interfaces, 21 The sample provides tunnel interface which runs on top of the IPv6 tunnel. 42 an Ethernet network interface. Build the sample application like this:
|
/Zephyr-latest/subsys/net/l2/dummy/any/ |
D | Kconfig | 5 bool "Pseudo network interface a.k.a any interface" 9 This implements a pseudo network interface that does nothing 12 The option will create an "any" network interface which acts 19 module-str = Log level for pseudo network interface 20 module-help = Enables pseudo interface to output debug messages.
|
/Zephyr-latest/samples/net/mdns_responder/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 24 int "VLAN tag for second interface" 33 string "My IPv6 address for third interface" 38 string "My IPv4 address for third interface" 43 string "My IPv4 netmask for third interface" 48 int "VLAN tag for third interface"
|
/Zephyr-latest/tests/net/virtual/ |
D | Kconfig | 1 # Private config options for virtual network interface test app 6 mainmenu "Virtual network interface test application" 9 string "Remote IP address of the tunnel interface" 15 string "My address for tunnel interface" 21 string "Name of the tunnel interface"
|
/Zephyr-latest/boards/aspeed/ast1030_evb/doc/ |
D | index.rst | 16 - SPI interface 17 - UART interface 18 - I2C/I3C interface 19 - FAN PWM interface 20 - ADC interface 21 - JTAG interface 22 - USB interface 23 - LPC interface 24 - eSPI interface
|
/Zephyr-latest/samples/net/vlan/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 24 int "VLAN tag for second interface" 33 string "My IPv6 address for third interface" 38 string "My IPv4 address for third interface" 43 string "My IPv4 netmask for third interface" 48 int "VLAN tag for third interface"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | espi.rst | 9 The eSPI (enhanced serial peripheral interface) is a serial bus that is 10 based on SPI. It also features a four-wire interface (receive, transmit, clock 16 (lower pin count) interface, SPI, SMBus and sideband signals. 18 See `eSPI interface specification`_ for additional details. 26 .. _eSPI interface specification:
|
/Zephyr-latest/samples/net/lldp/ |
D | Kconfig | 15 string "My IPv6 address for second interface" 20 string "My IPv4 address for second interface" 25 int "VLAN tag for second interface" 34 string "My IPv6 address for third interface" 39 string "My IPv4 address for third interface" 44 int "VLAN tag for third interface"
|
/Zephyr-latest/samples/net/gptp/ |
D | Kconfig | 7 # gPTP protocol will run in the non-VLAN interface and then there 8 # will be two VLAN interface for other use. This is just an example 18 string "My IPv6 address for second interface" 23 string "My IPv4 address for second interface" 28 int "VLAN tag for second interface" 37 string "My IPv6 address for third interface" 42 string "My IPv4 address for third interface" 47 int "VLAN tag for third interface"
|
/Zephyr-latest/boards/we/orthosie1ev/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 5 # source [find interface/esp_usb_jtag.cfg] 8 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 5 # source [find interface/esp_usb_jtag.cfg] 8 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 5 # source [find interface/esp_usb_jtag.cfg] 8 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/boards/espressif/esp32c3_rust/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 5 source [find interface/esp_usb_jtag.cfg] 8 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/support/ |
D | openocd.cfg | 4 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 6 source [find interface/esp_usb_jtag.cfg] 9 # source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 int "VLAN tag for second interface" 28 string "My IPv6 address for third interface" 33 string "My IPv4 address for third interface" 38 int "VLAN tag for third interface"
|
/Zephyr-latest/boards/others/esp32c3_supermini/support/ |
D | openocd.cfg | 6 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+). 8 #source [find interface/esp_usb_jtag.cfg] 11 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED 67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED 69 Test suite 'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)' has PASSED 70 … Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED 71 Test suite 'Platform Service Secure interface tests(TFM_PLATFORM_TEST_1XXX)' has PASSED 72 Test suite 'IPC secure interface test (TFM_IPC_TEST_1XXX)' has PASSED 107 Test suite 'PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)' has PASSED 108 Test suite 'PSA internal trusted storage NS interface tests (TFM_ITS_TEST_1XXX)' has PASSED 109 Test suite 'Crypto non-secure interface test (TFM_CRYPTO_TEST_6XXX)' has PASSED 110 Test suite 'Platform Service Non-Secure interface tests(TFM_PLATFORM_TEST_2XXX)' has PASSED [all …]
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 16 string "My IPv6 address for second interface" 21 string "My IPv4 address for second interface" 26 string "My IPv4 netmask for second interface" 31 int "VLAN tag for second interface" 40 string "My IPv6 address for third interface" 45 string "My IPv4 address for third interface" 50 string "My IPv4 netmask for third interface" 55 int "VLAN tag for third interface" 64 string "Remote IP address of the tunnel interface" 70 string "My address for tunnel interface"
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface"
|
/Zephyr-latest/boards/espressif/esp8684_devkitm/support/ |
D | openocd.cfg | 3 # Use external JTAG interface, such as ESP-Prog 4 source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
12345678910>>...44