Home
last modified time | relevance | path

Searched full:interface (Results 1 – 25 of 1973) sorted by relevance

12345678910>>...79

/Zephyr-Core-3.6.0/modules/hal_nordic/nrf_802154/
DCMakeLists.txt5 zephyr_interface_library_named(zephyr-802154-interface)
34 target_compile_definitions(zephyr-802154-interface
35 INTERFACE
65 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO…
67 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO…
69 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO…
71 …target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_CCA_MODE_DEFAULT=NRF_RADIO…
75 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_ENCRYPTION_ENABLED=1)
76 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_SECURITY_WRITER_ENABLED=1)
77 target_compile_definitions(zephyr-802154-interface INTERFACE NRF_802154_IE_WRITER_ENABLED=1)
[all …]
/Zephyr-Core-3.6.0/include/zephyr/net/
Dvirtual.h2 * @brief Virtual Network Interface
30 * @brief Virtual network interface support functions
31 * @defgroup virtual Virtual Network Interface Support Functions
36 /** Virtual interface capabilities */
75 * struct so that we are compatible with network interface API.
79 /** Get the virtual interface capabilities */
94 /** Check if this received network packet is for this interface.
95 * The callback returns NET_CONTINUE if this interface will accept the
97 * dropped and NET_OK to pass it to next interface.
104 /** Pass the attachment information to virtual interface */
[all …]
Dnet_if.h9 * @brief Public API for network interface
16 * @brief Network Interface abstraction layer
17 * @defgroup net_if Network Interface abstraction layer
48 * @brief Network Interface unicast IP addresses
50 * Stores the unicast IP addresses assigned to this network interface.
89 * @brief Network Interface multicast IP addresses
91 * Stores the multicast IP addresses assigned to this network interface.
118 * @brief Network Interface IPv6 prefixes
120 * Stores the IPV6 prefixes assigned to this network interface.
129 /** Backpointer to network interface where this prefix is used */
[all …]
Ddhcpv4_server.h59 * @details Start DHCPv4 server on a given interface. The server will start
60 * listening for DHCPv4 Discover/Request messages on the interface and assign
63 * @param iface A valid pointer on an interface
75 * @details Stop DHCPv4 server on a given interface. DHCPv4 requests will no
76 * longer be handled on the interface, and all of the allocations are cleared.
78 * @param iface A valid pointer on an interface
88 * @param iface Pointer to the network interface
97 * @brief Iterate over all DHCPv4 address leases on a given network interface
98 * and call callback for each lease. In case no network interface is provided
99 * (NULL interface pointer), will iterate over all interfaces running DHCPv4
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dnet_if.rst3 Network Interface
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.
[all …]
Dvlan.rst18 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-Core-3.6.0/boards/arm/nrf9160dk_nrf52840/dts/bindings/
Dnordic,nrf9160dk-nrf52840-interface.yaml8 nRF9160 DK GPIO interface between nRF9160 and nRF52840
10 This interface can be used for inter-SoC communication on the DK.
14 | P0.17 | -- nRF interface line 0 -- | P0.17 |
15 | P0.18 | -- nRF interface line 1 -- | P0.20 |
16 | P0.19 | -- nRF interface line 2 -- | P0.15 |
17 | P0.21 | -- nRF interface line 3 -- | P0.22 |
18 | P0.22 | -- nRF interface line 4 -- | P1.04 |
19 | P0.23 | -- nRF interface line 5 -- | P1.02 |
20 | COEX0 | -- nRF interface line 6 -- | P1.13 |
21 | COEX1 | -- nRF interface line 7 -- | P1.11 |
[all …]
/Zephyr-Core-3.6.0/boards/arm/nrf9160dk_nrf9160/dts/bindings/
Dnordic,nrf9160dk-nrf52840-interface.yaml8 nRF9160 DK GPIO interface between nRF9160 and nRF52840
10 This interface can be used for inter-SoC communication on the DK.
14 | P0.17 | -- nRF interface line 0 -- | P0.17 |
15 | P0.18 | -- nRF interface line 1 -- | P0.20 |
16 | P0.19 | -- nRF interface line 2 -- | P0.15 |
17 | P0.21 | -- nRF interface line 3 -- | P0.22 |
18 | P0.22 | -- nRF interface line 4 -- | P1.04 |
19 | P0.23 | -- nRF interface line 5 -- | P1.02 |
20 | COEX0 | -- nRF interface line 6 -- | P1.13 |
21 | COEX1 | -- nRF interface line 7 -- | P1.11 |
[all …]
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/gpio/
Ddigilent-pmod.h31 * For reference see the Pmod interface specification:
32 * https://digilent.com/reference/_media/reference/pmod/pmod-interface-specification-1_2_0.pdf
39 * Pmod Interface Type 1 or 1A (GPIO or expanded GPIO)
49 * Used with Pmod Interface Type 2 (SPI) peripherals.
55 * Used with Pmod Interface Type 2 (SPI) peripherals.
61 * Used with Pmod Interface Type 2 (SPI) peripherals.
67 * Used with Pmod Interface Type 2 (SPI) peripherals.
75 * Used with Pmod Interface Type 2A (expanded SPI) peripherals.
81 * Used with Pmod Interface Type 2A (expanded SPI) peripherals.
87 * Used with Pmod Interface Type 2A (expanded SPI) peripherals.
[all …]
/Zephyr-Core-3.6.0/samples/net/virtual/
DKconfig1 # 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"
DREADME.rst1 .. 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-Core-3.6.0/samples/net/mdns_responder/
DKconfig9 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"
Doverlay-vlan.conf3 # We have one non-vlan interface and two VLAN interfaces
8 # First ethernet interface will use these settings
14 # Second ethernet interface will have these settings
19 # VLAN tag for the second interface
22 # Settings for the third network interface
27 # VLAN tag for the second interface
30 # Each interface needs at least 2 context. So if we have three
/Zephyr-Core-3.6.0/samples/net/sockets/echo_server/
DKconfig16 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"
Doverlay-vlan.conf3 # We have one non-vlan interface and two VLAN interfaces
8 # First ethernet interface will use these settings
14 # Second ethernet interface will have these settings
19 # VLAN tag for the second interface
22 # Settings for the third network interface
27 # VLAN tag for the second interface
/Zephyr-Core-3.6.0/drivers/modem/
Dmodem_iface_uart.h2 * @brief Modem interface for UART header file.
4 * Modem interface UART handling for modem context driver.
41 * @brief Init modem interface device for UART
45 * @param iface: modem interface to initialize.
54 * @brief Modem uart interface configuration
58 * @param dev UART device used for interface
69 * @brief Initialize modem interface for UART
71 * @param iface Interface structure to initialize
72 * @param data UART data structure used by the modem interface
82 * @brief Wait for rx data ready from uart interface
[all …]
/Zephyr-Core-3.6.0/subsys/modbus/
Dmodbus_internal.h93 /* Interface name */
103 /* True if interface is configured as client */
109 /* Interface state */
141 * @brief Get Modbus interface context.
143 * @param ctx Modbus interface context
145 * @retval Pointer to interface context or NULL
146 * if interface not available or not configured;
151 * @brief Get Modbus interface index.
153 * @param ctx Pointer to Modbus interface context
155 * @retval Interface index or negative error value.
[all …]
/Zephyr-Core-3.6.0/samples/net/sockets/txtime/
Doverlay-vlan.conf3 # We have one non-vlan interface and two VLAN interfaces
8 # First ethernet interface will use these settings
14 # Second ethernet interface will have these settings
18 # VLAN tag for the second interface
21 # Settings for the third network interface
25 # VLAN tag for the second interface
/Zephyr-Core-3.6.0/samples/net/gptp/
DKconfig7 # 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-Core-3.6.0/tests/lib/newlib/thread_safety/src/
Dlocks.c11 * locking interface is functional and the internal newlib locks function as
54 * @brief Test retargetable locking non-recursive (semaphore) interface
58 * interface.
109 * @brief Test retargetable locking recursive (mutex) interface
112 * acquired, released, and closed through the retargetable locking interface.
155 * retargetable locking interface. This operation should fail if the in sinit_lock_thread_acq()
157 * retargetable locking interface. in sinit_lock_thread_acq()
163 "retargetable locking interface"); in sinit_lock_thread_acq()
172 * retargetable locking interface. This operation should succeed if the in sinit_lock_thread_rel()
174 * retargetable locking interface. in sinit_lock_thread_rel()
[all …]
/Zephyr-Core-3.6.0/samples/net/sockets/echo_client/
Doverlay-vlan.conf3 # We have one non-vlan interface and two VLAN interfaces
9 # First ethernet interface will use these settings
15 # Second ethernet interface will have these settings
19 # VLAN tag for the second interface
22 # Settings for the third network interface
26 # VLAN tag for the second interface
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/support/
Dopenocd.cfg2 set INTERFACE $env(OPENOCD_INTERFACE)
4 # By default connect over Debug USB port using the J-Link interface
5 set INTERFACE "jlink"
8 source [find interface/$INTERFACE.cfg]
/Zephyr-Core-3.6.0/tests/net/virtual/
DKconfig1 # 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-Core-3.6.0/boards/arm/efm32gg_slwstk6121a/support/
Dopenocd.cfg2 set INTERFACE $env(OPENOCD_INTERFACE)
4 # By default connect over Debug USB port using the J-Link interface
5 set INTERFACE "jlink"
8 source [find interface/$INTERFACE.cfg]
/Zephyr-Core-3.6.0/boards/arm/efm32gg_stk3701a/support/
Dopenocd.cfg2 set INTERFACE $env(OPENOCD_INTERFACE)
4 # By default connect over Debug USB port using the J-Link interface
5 set INTERFACE "jlink"
8 source [find interface/$INTERFACE.cfg]

12345678910>>...79