Home
last modified time | relevance | path

Searched full:layer (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/Zephyr-Core-3.4.0/subsys/usb/device_next/class/
DKconfig.bt5 bool "Bluetooth HCI USB Transport Layer"
9 Bluetooth HCI USB Transport Layer
17 Bluetooth HCI USB Transport Layer TX thread priority.
23 Bluetooth HCI USB Transport Layer TX thread stack size.
29 Bluetooth HCI USB Transport Layer RX thread priority.
/Zephyr-Core-3.4.0/subsys/net/l2/virtual/
DKconfig7 Add a virtual L2 layer driver. This is needed if you have a L2
8 layer that depends on other L2 layer. Like running VPN on top of
22 int "Max length of the virtual L2 layer name"
31 module-str = Log level for virtual L2 layer
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dnet_linkaddr.rst3 Link Layer Address Handling
13 The link layer addresses are set for network interfaces so that L2
14 connectivity works correctly in the network stack. Typically the link layer
16 layer address length is 8 bytes.
Dnet_mgmt.rst14 layer code itself, to call defined network routines at any level in
36 mask that tells which stack layer is targeted, if a ``net_if`` object is
51 pair of layer and code, whereas on the command part it will be a mask of
69 layer and layer code. A callback handler function **must** check
75 multiple listeners registered, one for each layer being listened.
76 The callback handler function can be shared between different layer events.
78 (False positives can occur for events which have the same layer and
79 layer code.)
134 the targeted layer or eventually, if l2 is the layer, on the
135 technology as well. For instance, all IP layer management request code
Dnet_l2.rst3 L2 Layer Management
13 The L2 stack is designed to hide the whole networking link-layer part
19 object and the generic API provided by the L2 layer in
22 Only the L2 layer can talk to the device driver, linked to the net_if
23 object. The L2 layer dictates the API provided by the device driver,
29 :ref:`OpenThread <thread_protocol_interface>`, Wi-Fi, and a dummy layer
32 L2 layer API
35 In order to create an L2 layer, or a driver for a specific L2 layer,
36 one needs to understand how the L3 layer interacts with it and
37 how the L2 layer is supposed to behave.
[all …]
Dlldp.rst3 Link Layer Discovery Protocol
13 The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer
/Zephyr-Core-3.4.0/subsys/net/l2/canbus/
DKconfig5 bool "CANBUS RAW l2 layer"
7 Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN.
/Zephyr-Core-3.4.0/doc/hardware/peripherals/
Dw1.rst40 * The link layer handles basic communication functions such as bus reset,
42 It is the only hardware-dependent layer in Zephyr.
43 This layer is supported by a driver using the Zephyr :ref:`uart_api` interface,
47 * The 1-Wire network layer handles all means for slave identification and bus
57 * Transport layer and Presentation layer functions are not implemented in the
75 1-Wire data link layer
80 1-Wire network layer
/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_prl.h95 * @brief Start the PRL Layer state machine. This is only called from the
110 * @brief Suspends the PRL Layer state machine. This is only called from the
118 * @brief Reset the PRL Layer state machine
125 * @brief Run the PRL Layer state machine. This is called from the subsystems
160 * @brief Instructs the Protocol Layer to send a Power Delivery control message
170 * @brief Instructs the Protocol Layer to send a Power Delivery data message
180 * @brief Instructs the Protocol Layer to execute a hard reset
187 * @brief Query if the Protocol Layer is running
191 * @retval TRUE if the Protocol Layer is running
192 * @retval FALSE if the Protocol Layer is not running
Dusbc_stack.h21 * @brief Each layer of the stack is composed of state machines that can be
65 /* Type-C layer data */
74 /* Policy Engine layer data */
83 /* Protocol Layer data */
85 /** Protocol Receive Layer state machine object */
87 /** Protocol Transmit Layer state machine object */
89 /** Protocol Hard Reset Layer state machine object */
91 /** Enables or Disables the Protocol Layer state machine */
93 /** The state of the Protocol Layer state machine */
Dusbc_prl.c18 * @brief USB Power Delivery Protocol Layer (PRL)
25 * @brief Protocol Layer Flags
47 * cleared when the message is sent to the TCPC layer.
57 * @brief Protocol Layer Transmission States
87 * @brief Protocol Layer Hard Reset States
136 * @brief Test if the Protocol Layer State Machines are running
149 * @brief Directs the Protocol Layer to perform a hard reset. This function
167 * @brief Instructs the Protocol Layer that a hard reset is complete.
179 * @brief Directs the Protocol Layer to construct and transmit a Power Delivery
199 * @brief Directs the Protocol Layer to construct and transmit a Power Delivery
[all …]
Dusbc_tc_common_internal.h64 * @brief TC Layer State Machine Object
67 /** TC layer state machine context */
71 /** TC layer flags */
132 * @brief Run the TC Layer state machine. This is called from the subsystems
141 * @brief Checks if the TC Layer is in an Attached state
145 * @retval true if TC Layer is in an Attached state, else false
/Zephyr-Core-3.4.0/dts/bindings/display/
Dst,stm32-ltdc.yaml54 description: First pixel in x direction on layer 0. Defaults to 0.
58 description: Last pixel in x direction on layer 0. Defaults to width.
62 description: First pixel in y direction on layer 0. Defaults to 0.
66 description: Last pixel in y direction on layer 0. Defaults to height.
/Zephyr-Core-3.4.0/subsys/lorawan/services/
DKconfig37 bool "Application Layer Clock Synchronization"
39 Enables the LoRaWAN Application Layer Clock Synchronization service
45 int "Application Layer Clock Synchronization periodicity"
/Zephyr-Core-3.4.0/subsys/net/ip/
Dnbr.h25 /* The neighbors are tracked by link layer address. This is not part
30 /** Link layer address */
166 * @param lladdr Neighbor link layer address
174 * @brief Link a neighbor to specific link layer address.
177 * @param lladdr Neighbor link layer address
184 * @brief Unlink a neighbor from specific link layer address.
186 * @param lladdr Neighbor link layer address
193 * @param idx Link layer address index in ll table.
194 * @return Pointer to link layer address storage, NULL if not found
/Zephyr-Core-3.4.0/subsys/net/l2/
DKconfig4 menu "Link layer options"
7 bool "Dummy l2 layer"
10 Add a dummy L2 layer driver. This is usually only needed when
50 module-str = Log level for Bluetooth L2 layer
110 module-str = Log level for Wi-Fi management layer
/Zephyr-Core-3.4.0/drivers/wifi/esp32/
DKconfig.esp3270 and then delivers it to the high layer TCP/IP stack. The dynamic RX buffer
71 is freed after the higher layer has successfully received the data frame.
92 frame sent by the TCP/IP layer.
119 For each transmitted data frame from the higher layer TCP/IP stack,
121 especially UDP applications, the upper layer can deliver frames faster
122 than WiFi layer can transmit.
148 For each transmitted frame from the higher layer TCP/IP stack,
150 especially UDP applications, the upper layer can deliver frames faster
151 than WiFi layer can transmit. In these cases, we may run out of TX
/Zephyr-Core-3.4.0/modules/
DKconfig.syst13 bool "STP Transport Layer for MIPI SyS-T"
16 Transport Layer for MIPI SyS-T
/Zephyr-Core-3.4.0/include/zephyr/net/
Dnet_linkaddr.h82 * when we have to store the link layer address.
100 * @brief Compare two link layer addresses.
102 * @param lladdr1 Pointer to a link layer address
103 * @param lladdr2 Pointer to a link layer address
123 * @brief Set the member data of a link layer address storage structure.
Dnet_l2.h25 * @brief Network Layer 2 abstraction layer
26 * @defgroup net_l2 Network L2 Abstraction Layer
57 * This function is used by net core to get iface's L2 layer parsing
63 * This function is used by net core to push a packet to lower layer
/Zephyr-Core-3.4.0/drivers/usb/udc/
Dudc_common.h345 * submit both setup and data buffer to upper layer.
359 * submit both setup and data buffer to upper layer.
371 * submit both setup and status buffer to upper layer.
382 * Submit both status transaction to upper layer.
406 * - Upper layer may not allocate buffers but remove or release buffers
408 * be enqueued by the upper layer.
414 * upper layer. Upper layer should either halt control endpoint or
416 * notification to upper layer when the status transaction is finished.
441 * the chain of s-in to upper layer. Upper layer should either halt control
443 * notification to upper layer when the status transaction is finished.
[all …]
/Zephyr-Core-3.4.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_irq_zephyr.c36 /* Zephyr does not provide abstraction layer for setting pending IRQ */ in nrf_802154_irq_set_pending()
42 /* Zephyr does not provide abstraction layer for clearing pending IRQ */ in nrf_802154_irq_clear_pending()
/Zephyr-Core-3.4.0/drivers/modem/
DKconfig69 To configure this layer for use, create a modem_iface_uart_data
131 To configure this layer for use, create a modem_cmd_handler_data
146 bool "Generic modem socket support layer"
148 This layer provides much of the groundwork for keeping track of
151 To configure this layer for use, create a modem_socket_config
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst11 a sequence of access layer messages.
20 to encrypt the sequence of access layer messages sent to the Opcodes Aggregator Server.
/Zephyr-Core-3.4.0/tests/bluetooth/ctrl_isoal/
DKconfig16 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
19 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"

12345678910>>...16