Home
last modified time | relevance | path

Searched refs:frames (Results 26 – 50 of 88) sorted by relevance

1234

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c805 int frames = num_bytes / bytes_per_frame; in spi_stm32_count_bufset_frames() local
807 if (frames > UINT16_MAX) { in spi_stm32_count_bufset_frames()
811 return frames; in spi_stm32_count_bufset_frames()
1168 int frames = spi_stm32_count_bufset_frames(config, rx_bufs); in transceive_dma() local
1170 if (frames < 0) { in transceive_dma()
1171 ret = frames; in transceive_dma()
1175 LL_SPI_SetTransferSize(cfg->spi, frames); in transceive_dma()
1307 int frames = spi_stm32_count_bufset_frames(config, rx_bufs); in transceive_dma() local
1309 if (frames < 0) { in transceive_dma()
1310 ret = frames; in transceive_dma()
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.uart_pipe17 This option assure the driver will process just frames addressed to him.
/Zephyr-latest/kernel/
DKconfig.vm28 this for non-pinned page frames).
153 int "Number of page frames reserved for paging"
157 This sets the number of page frames that will be reserved for
159 ensure that there are some page frames available for paging
161 all page frames via anonymous memory mappings.
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst85 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.
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/drivers/can/
DKconfig.loopback43 Number of TX frames that can be buffered.
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst61 frames num: 1, data length: 160
94 received, num of frames: 1, data length: 160
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst184 Types of PDUs for LE: :ref:`B-frames <bluetooth_l2cap_b_frame>` and
185 :ref:`K-frames <bluetooth_l2cap_k_frame>`.
187 Types of PDUs for BR/EDR: I-frames, S-frames, C-frames and G-frames.
242 :alt: Representation of K-frames PDUs after the starting one. The PDU is split
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst12 a block-size (BS) of eight frames, and a short one that has a minimal
/Zephyr-latest/modules/lvgl/
DKconfig98 bool "Flush LVGL frames in a separate thread"
100 Flush LVGL frames in a separate thread, while the primary thread
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell27 Maximum size of SMP frames sent and received over shell. This value
DKconfig.uart59 Maximum size of SMP frames sent and received over UART, in bytes.
DKconfig.udp60 Maximum size of SMP frames sent and received over UDP, in bytes.
/Zephyr-latest/drivers/modem/
DKconfig.cellular50 This value affects the size of buffers used to receive and transmit CMUX frames.
/Zephyr-latest/doc/connectivity/networking/api/
Dpromiscuous.rst15 passing only the frames that the controller is specifically programmed
/Zephyr-latest/samples/net/ptp/
DREADME.rst29 timestamps for sent and received Ethernet frames.
/Zephyr-latest/subsys/usb/device/class/netusb/
DKconfig26 frames for transport over USB.
/Zephyr-latest/boards/shields/mcp2515/doc/
Dindex.rst30 - Standard and extended data and remote frames
141 - Standard and extended data and remote frames
246 - Standard and extended data and remote frames
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig25 evict page frames using an ascending order of priority:
/Zephyr-latest/doc/services/modem/
Dindex.rst39 in PPP frames before being transported via a modem backend. This module
/Zephyr-latest/drivers/misc/coresight/
DKconfig75 frames. Use 0 to disable.
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DKconfig43 Maximum number of codec frames per SDU supported by this device. Increasing this value
/Zephyr-latest/drivers/console/
DKconfig63 Enables the UART console to receive mcumgr frames for image upgrade
65 process mcumgr frames, but it hands them up to a higher level module
66 (e.g., the shell). If unset, incoming mcumgr frames are dropped.
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig53 int "L2CAP MTU for RFCOMM frames"
58 Maximum size of L2CAP PDU for RFCOMM frames.
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp3290 WiFi hardware use these buffers to receive all 802.11 frames.
108 For some applications, WiFi data frames may be received faster than the
156 especially UDP applications, the upper layer can deliver frames faster
186 especially UDP applications, the upper layer can deliver frames faster
/Zephyr-latest/drivers/net/
DKconfig87 The captured PPP frames are temporarily stored into this buffer.
173 In TAP the Ethernet frames are transferred over SLIP.

1234