/Zephyr-latest/drivers/spi/ |
D | spi_ll_stm32.c | 805 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/ |
D | Kconfig.uart_pipe | 17 This option assure the driver will process just frames addressed to him.
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 28 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/ |
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. 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/ |
D | Kconfig.loopback | 43 Number of TX frames that can be buffered.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 61 frames num: 1, data length: 160 94 received, num of frames: 1, data length: 160
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 184 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/ |
D | README.rst | 12 a block-size (BS) of eight frames, and a short one that has a minimal
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig | 98 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/ |
D | Kconfig.shell | 27 Maximum size of SMP frames sent and received over shell. This value
|
D | Kconfig.uart | 59 Maximum size of SMP frames sent and received over UART, in bytes.
|
D | Kconfig.udp | 60 Maximum size of SMP frames sent and received over UDP, in bytes.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 50 This value affects the size of buffers used to receive and transmit CMUX frames.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | promiscuous.rst | 15 passing only the frames that the controller is specifically programmed
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 29 timestamps for sent and received Ethernet frames.
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | Kconfig | 26 frames for transport over USB.
|
/Zephyr-latest/boards/shields/mcp2515/doc/ |
D | index.rst | 30 - 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/ |
D | Kconfig | 25 evict page frames using an ascending order of priority:
|
/Zephyr-latest/doc/services/modem/ |
D | index.rst | 39 in PPP frames before being transported via a modem backend. This module
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 75 frames. Use 0 to disable.
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 43 Maximum number of codec frames per SDU supported by this device. Increasing this value
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 63 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/ |
D | Kconfig | 53 int "L2CAP MTU for RFCOMM frames" 58 Maximum size of L2CAP PDU for RFCOMM frames.
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 90 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/ |
D | Kconfig | 87 The captured PPP frames are temporarily stored into this buffer. 173 In TAP the Ethernet frames are transferred over SLIP.
|