Searched full:frames (Results 1 – 25 of 233) sorted by relevance
12345678910
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | statistic.h | 27 /** The structure that keeps statistics of mesh frames handling. */ 29 /** All received frames passed basic validation and decryption. */ 30 /** Received frames over advertiser. */ 32 /** Received frames over loopback. */ 34 /** Received frames over proxy. */ 38 /** Counter of frames that were initiated to relay over advertiser bearer. */ 40 /** Counter of frames that succeeded relaying over advertiser bearer. */ 42 /** Counter of frames that were initiated to send over advertiser bearer locally. */ 44 /** Counter of frames that succeeded to send over advertiser bearer locally. */ 46 /** Counter of frames that were initiated to send over friend bearer. */ [all …]
|
/Zephyr-latest/samples/drivers/can/babbling/ |
D | Kconfig | 17 Babling node sends extended (29-bit) CAN ID frames. 20 bool "Send Remote Transmit Request (RTR) frames" 22 Babbling node sends Remote Transmission Request (RTR) frames. 25 bool "Send CAN FD format frames" 28 Babbling node sends CAN FD format frames. 31 int "Maximum number of CAN frames to enqueue" 35 Maximum number of CAN frames to enqueue for transmission.
|
D | README.rst | 11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN 12 bus access for any CAN frame with lower priority as these frames will loose the bus arbitration. 14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are 15 configurable via :ref:`Kconfig <kconfig>`. The frames carry no data as only the arbitration part of
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | xlnx,gem.yaml | 195 Optional feature flag - Receive bad preamble. When set, frames with 217 When set, frames with FCS/CRC errors will not be rejected. FCS error 218 statistics will still be collected for frames with bad FCS and FCS 225 Optional feature flag - Enable frames to be received in half-duplex 232 hardware. Frames with bad IP, TCP or UDP checksums will be discarded. 245 Optional feature flag - Do not copy received pause frames to memory. 246 Set this option in order to prevent valid pause frames from being 247 copied to memory. When set, pause frames are not copied to memory 248 regardless of the state of the copy all frames bit, whether a hash 251 memory. Note that valid pause frames received will still increment [all …]
|
D | atmel,gmac-common.yaml | 27 supported by hardware are 1518, 1536 and 10240 (jumbo frames). This 35 to 32 bytes. The hardware have support to jumbo frames and it can be
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.xmc4xxx | 17 int "Number of TX frames in the pool size" 20 Number of TX frames which can be buffered in the driver. 40 bool "Hardware filter VLAN frames" 44 Hardware filter VLAN frames in hardware. Only ethernet frames with
|
D | Kconfig.e1000 | 24 bool "Hexdump of the received and sent frames" 27 frames. Do not leave on for production.
|
D | Kconfig.native_posix | 58 bool "Strip VLAN tag from Rx frames" 62 Rx Ethernet frames and sets tag information in net packet
|
/Zephyr-latest/samples/net/sockets/can/ |
D | README.rst | 5 Send and receive raw CAN frames using BSD sockets API. 11 raw CAN frames using BSD socket API. 17 application can receive CAN frames. 19 information about the CAN frames. 20 * Send function which starts to send raw CAN frames to the bus.
|
/Zephyr-latest/dts/bindings/video/ |
D | st,stm32-dcmi.yaml | 108 The DCMI can capture all frames or alternate frames. If it is not specified, 109 the default is all frames. 110 1 Capture all frames. 111 2 Capture alternate frames. 112 4 Capture one frame every 4 frames.
|
/Zephyr-latest/include/zephyr/xen/ |
D | memory.h | 24 * Add mapping for specified set of page frames to Xen domain physmap. 31 * @param size number of page frames being mapped. 33 * @param gpfns array of page frames where the mapping should appear. 52 * Populate specified Xen domain page frames with memory. 58 * @param nr_extents number of page frames being populated. 61 * @return number of populated frames success, negative errno on
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 28 single-frames (SF). They don't need to fragment and do not have any flow-control. 31 consecutive-frames (CF) as required. The FF contains information about the length of 34 postpone, or accept the following consecutive frames. 36 the minimum separation time between frames (STmin). The block size defines how
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | gatt_common.h | 16 int64_t interval; /* interval of transmitted frames */ 22 int64_t interval; /* interval of transmitted frames */
|
/Zephyr-latest/tests/drivers/can/api/src/ |
D | utilities.c | 75 /* Standard (11-bit) frames and filters */ in ZTEST() 85 /* Extended (29-bit) frames and filters */ in ZTEST() 95 /* Standard (11-bit) frames and extended (29-bit) filters */ in ZTEST() 102 /* Extended (29-bit) frames and standard (11-bit) filters */ in ZTEST() 108 /* Remote transmission request (RTR) frames */ in ZTEST() 113 /* CAN FD format frames and filters */ in ZTEST()
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 62 Maximum number of CAN frames in the CAN shell receive queue. 80 bool "Accept Remote Transmission Requests (RTR) frames" 82 Accept incoming Remote Transmission Request (RTR) frames matching CAN RX filters. Unless 83 enabled, all incoming Remote Transmission Request (RTR) frames are rejected at the driver
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 22 int "WFTmax (Max WAIT frames before aborting)." 26 This value defines the maximum number of WAIT frames before the transmission 45 int "Cr timeout [ms] (timeout for consecutive frames)" 60 By default, received CAN frames with or without padding are accepted. 89 This buffer is used for first and single frames. It is extra because the
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 5 Capture video frames and send them over the network to a TCP client. 10 This sample application gets frames from a video capture device and sends 50 Then from a peer on the same network you can connect and grab frames.
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 19 sending and receiving of CAN frames, and bus recovery. 32 * :kconfig:option:`CONFIG_CAN_RX_TIMESTAMP` enables printing of timestamps for received CAN frames. 99 stopping the processing of CAN frames. 153 ``can start`` subcommand as shown below. This will enable reception and transmission of CAN frames. 171 In order to receive CAN frames, one or more CAN RX filters need to be configured. CAN RX filters are 180 …ith standard (11-bit) CAN ID 0x010, CAN ID mask 0x7ff, data frames 1, RTR frames 0, CAN FD frames 0 185 Received CAN frames matching the added filter(s) are printed to the shell. A few examples are shown… 245 CAN frames can be queued for transmission using the ``can send`` subcommand as shown below. The
|
D | controller.rst | 85 Error-frames can either be error passive or error active, depending on the state 98 node is allowed to send active error frames, ACK, and overload frames. 102 In this state, the node is not allowed to send error-active frames anymore. 181 Frames are only received when they match a filter. 182 The following code snippets show how to receive frames by adding filters. 219 function, it is possible to receive frames synchronously. This function can be 306 Note that frames are routed to the network stack instead of passed directly,
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 174 * priority sections and modifies TA section in flow control frames. 212 uint8_t stmin; /**< Minimum separation time. Min time between frames */ 240 * @param tx_addr Identifier for FC frames. 317 * @param rx_addr Identifier for FC frames. 318 * @param tx_addr Identifier for outgoing frames the receiver listens on. 341 * @param rx_addr Identifier for FC frames. 342 * @param tx_addr Identifier for outgoing frames the receiver listens on. 366 * @param rx_addr Identifier for FC frames. 367 * @param tx_addr Identifier for outgoing frames the receiver listens on. 396 * @param rx_addr Identifier for FC frames. [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | lc3.h | 50 * @param _max_frames_per_sdu Supported maximum codec frames per SDU 85 * @param _max_frames_per_sdu Supported maximum codec frames per SDU 102 * @param _frames_per_sdu Frames per SDU (8-bit integer). This value is optional and will be 130 * @param _frames_per_sdu Frames per SDU (8-bit integer)
|
/Zephyr-latest/tests/subsys/debug/cs_trace_defmt/ |
D | README | 1 Test for decoder of frames encoded using Coresight Trace Formatter.
|
/Zephyr-latest/subsys/lorawan/services/ |
D | frag_decoder_lowmem.h | 47 /** Number of frames lost in this session */ 49 /** Number of frames recovered in this session */
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 8 conceptually divided in page-sized page frames as regions to hold data. 11 one of the page frames, the execution continues without any interruptions. 14 in any page frames, a page fault occurs. The paging code then brings in 16 there is a free page frame. If there is no more free page frames, 35 a considerable amount of time. This frees up page frames so that the next 57 free page frames. When this flag is set, none of the other flags are 170 their corresponding page frames and storage. These are the functions
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 28 this for non-pinned page frames). 151 int "Number of page frames reserved for paging" 155 This sets the number of page frames that will be reserved for 157 ensure that there are some page frames available for paging 159 all page frames via anonymous memory mappings.
|
12345678910