/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/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/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/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/subsys/debug/cs_trace_defmt/ |
D | README | 1 Test for decoder of frames encoded using Coresight Trace Formatter.
|
/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
|
/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
|
D | Kconfig.sja1000 | 18 frames are done in software.
|
/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/tests/drivers/spi/spi_loopback/ |
D | Kconfig | 17 bool "Use 16 bits frames for tests"
|
/Zephyr-latest/drivers/xen/ |
D | Kconfig | 15 >= number of pages, that you want to alloc and grant or foreign frames
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | statistic.rst | 6 The frame statistic API allows monitoring the number of received frames over
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 5 Capture video frames and display them on an LCD using LVGL. 10 The application uses the :ref:`Video API <video_api>` to retrieve video frames from
|
/Zephyr-latest/samples/drivers/video/capture/ |
D | README.rst | 5 Use the video API to retrieve video frames from a capture device. 10 This sample application uses the :ref:`video_api` to capture frames from a video capture 28 The user can transfer the captured frames through on board USB.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.spinel | 10 This protocol is byte oriented and wraps given messages into serial frames.
|
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 259 static void send_frame_series(struct frame_desired *frames, size_t length, in send_frame_series() argument 269 struct frame_desired *desired = frames; in send_frame_series() 280 static void check_frame_series(struct frame_desired *frames, size_t length, in check_frame_series() argument 285 struct frame_desired *desired = frames; in check_frame_series() 364 static void prepare_cf_frames(struct frame_desired *frames, size_t frames_cnt, in prepare_cf_frames() argument 372 frames[i].data[0] = CF_PCI_BYTE_1 | ((i+1) & 0x0F); in prepare_cf_frames() 373 frames[i].length = TX_DL; in prepare_cf_frames() 374 memcpy(&frames[i].data[1], data_ptr, DATA_SIZE_CF); in prepare_cf_frames() 382 memset(&frames[i].data[remaining_length + 1], 0xCC, in prepare_cf_frames() 384 frames[i].length = padded_len; in prepare_cf_frames() [all …]
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | Kconfig | 29 Where to send the Ethernet frames.
|
/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/doc/services/device_mgmt/ |
D | smp_transport.rst | 51 SMP protocol over serial is fragmented into MTU size frames; each 55 There are four types of types of frames: initial, partial, partial-final 63 frames and finally by partial-final frame. 193 The CRC16 included in final type frames is calculated over only
|
/Zephyr-latest/doc/services/debugging/ |
D | cs_trace_defmt.rst | 7 single output stream. Formatter is using 16 byte frames which wraps up to 15 bytes of
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.uart_pipe | 17 This option assure the driver will process just frames addressed to him.
|