Searched refs:RX (Results 1 – 25 of 487) sorted by relevance
12345678910>>...20
/Zephyr-latest/samples/drivers/lora/receive/ |
D | README.rst | 40 [00:00:00.956,000] <inf> lora_receive: LoRa RX RSSI: -60dBm, SNR: 7dB 41 [00:00:00.956,000] <inf> lora_receive: LoRa RX payload 43 [00:00:02.249,000] <inf> lora_receive: LoRa RX RSSI: -57dBm, SNR: 9dB 44 [00:00:02.249,000] <inf> lora_receive: LoRa RX payload 46 [00:00:03.541,000] <inf> lora_receive: LoRa RX RSSI: -57dBm, SNR: 9dB 47 [00:00:03.541,000] <inf> lora_receive: LoRa RX payload 49 [00:00:04.834,000] <inf> lora_receive: LoRa RX RSSI: -55dBm, SNR: 9dB 50 [00:00:04.834,000] <inf> lora_receive: LoRa RX payload 53 [00:00:06.127,000] <inf> lora_receive: LoRa RX RSSI: -55dBm, SNR: 9dB 54 [00:00:06.127,000] <inf> lora_receive: LoRa RX payload [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_imx_netc | 22 int "RX thread priority" 25 RX thread priority. RX thread is a cooperative thread. 28 int "RX thread stack size" 31 RX thread stack size. 34 int "RX thread budget" 39 do in the RX thread before yielding the processor, in case there is more 40 work to do. This is to prevent the RX thread to starve other threads. Each 66 int "RX ring number" 70 RX ring number used. The actual maximum value may varies from platforms. 73 int "RX ring length" [all …]
|
D | Kconfig.nxp_s32_netc | 18 int "RX thread priority" 21 RX thread priority. RX thread is a cooperative thread. 24 int "RX thread stack size" 27 RX thread stack size. 30 int "RX thread budget" 35 do in the RX thread before yielding the processor, in case there is more 36 work to do. This is to prevent the RX thread to starve other threads. Each 55 int "RX ring length" 59 Length of the RX ring. The value must be a multiple of 8. 62 int "RX ring data buffer size" [all …]
|
D | Kconfig.gecko | 15 int "RX thread stack size" 18 RX thread stack size 21 int "RX thread priority" 24 RX thread priority 31 Set the RX idle timeout period in milliseconds after which the
|
D | Kconfig.nxp_s32_gmac | 34 int "RX ring length" 38 Length of the RX ring. ETH_NXP_S32_RX_RING_BUF_SIZE * ETH_NXP_S32_RX_RING_LEN 39 must be a multiple of RX FIFO block size. 42 int "RX ring data buffer size" 46 Size, in bytes, of the RX data buffer. The size must be big enough to 58 int "RX thread priority" 61 RX thread priority. RX thread is a cooperative thread. 64 int "RX thread stack size" 67 RX thread stack size. 70 int "RX thread budget" [all …]
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.nxp_s32 | 15 bool "NXP S32 CANXL uses RX FIFO" 18 If this is enabled, NXP S32 CANXL uses RX FIFO. 19 Otherwise NXP S32 CANXL uses RX Message Descriptor. 22 int "Maximum number of RX descriptors" 27 Maximum number of RX descriptors.
|
D | Kconfig.xmc4xxx | 24 int "Number of CAN messages allocated to each RX FIFO" 28 Defines the number of CAN messages in each RX FIFO. A separate RX FIFO 29 is created for each RX filter.
|
D | Kconfig.sja1000 | 12 int "Maximum number of concurrent active RX filters" 17 As the NXP SJA1000 only supports one full-width RX filter, filtering of received CAN
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stack | 19 int "RX thread stack size" 22 Set the RX thread stack size in bytes. The RX thread is waiting 23 data from network. There is one RX thread in the system. 24 This value is a baseline and the actual RX stack size might
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | Kconfig | 14 int "RX threads stack size" 17 Stack size (in bytes) used for the RX threads. 20 int "RX threads priority" 23 Priority used for the RX threads.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.sifive | 26 int "Port 0 RX Interrupt Threshold Count" 30 Port 0 RX Threshold at which the RX FIFO interrupt triggers. 49 int "Port 0 RX Interrupt Threshold Count" 53 Port 1 RX Threshold at which the RX FIFO interrupt triggers.
|
D | Kconfig.nrfx_uart_instance | 52 bool "[DEPRECATED] Use hardware RX byte counting" 64 Hardware RX byte counting requires timer instance and one PPI channel. 76 When enabled, UARTE is enabled before each TX or RX usage and disabled 92 can be dedicated to an RX cache buffer. 103 int "RX cache buffer size" 109 For UARTE, RX cache buffer is used when provided RX buffer is not located 115 int "Asynchronous to interrupt driven adaptation layer RX buffer size" 119 Amount of space dedicated for RX. It is divided into chunks with some 124 int "Asynchronous to interrupt driven adaptation layer RX buffer count" 128 Number of chunks into RX space is divided.
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 38 Number of RX buffer descriptors. 49 int "Size of ENET QOS RX thread stack" 52 Size in bytes of the ENET QOS RX thread stack. 55 int "Cooperative priority of the ENET QOS RX thread" 58 Cooperative priority of the ENET QOS RX thread
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.uart | 36 int "Number of async RX UART buffers" 40 The asynchronous UART API requires registering RX buffers for received data; when the RX 43 area required for smooth RX operation. 46 int "Size of single async RX UART buffer" 49 The size of single buffer for asynchronous RX.
|
/Zephyr-latest/samples/drivers/mbox/remote/ |
D | Kconfig | 13 bool "RX enabled" 16 Enable RX
|
/Zephyr-latest/boards/nuvoton/numaker_pfm_m467/ |
D | numaker_pfm_m467-pinctrl.dtsi | 17 /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */ 28 /* CAN TX/RX --> PJ10/PJ11 */ 36 /* EMAC multi-function pins for MDIO, TX, REFCLK, RX pins */
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.emul_rx | 5 bool "Software implementation of video frame RX core" 10 Enable driver for the MIPI RX emulated DMA engine.
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 38 int "Stack size for the Espressif esp wifi driver RX thread" 41 This stack is used by the Espressif ESP RX thread. 44 int "Priority of RX thread" 47 Priority of thread used for processing RX data. 70 int "Modem RX buffer count" 73 Number of preallocated RX buffers used by modem command handler. 76 int "Modem RX buffer size" 79 Size of preallocated RX buffers used by modem command handler. 97 int "Network interface RX packet allocation timeout" 100 Network interface RX net_pkt allocation timeout in milliseconds.
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.nrf_bellboard | 5 bool "nRF BELLBOARD RX driver" 9 Mailbox driver for RX Nordic nRF BELLBOARD
|
/Zephyr-latest/samples/drivers/mbox/ |
D | Kconfig | 20 bool "RX enabled" 23 Enable RX
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.nxp | 27 bool "Process RX buffers in a dedicated thread" 29 Some platforms receive the HCI RX buffers in ISR context. 30 If enabled, the HCI RX message is queued by the ISR, and the message is processed 36 int "HCI RX stack size" 40 int "HCI RX message queue size"
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 70 int "Max number of WiFi static RX buffers" 74 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM. 84 int "Max number of WiFi dynamic RX buffers" 88 Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers 90 RX buffer depends on the size of the received data frame. 92 For each received data frame, the WiFi driver makes a copy to an RX buffer 93 and then delivers it to the high layer TCP/IP stack. The dynamic RX buffer 98 RX buffer number is unlimited (0). If a dynamic RX buffer limit is set, 99 it should be at least the number of static RX buffers. 139 1.6KB of RAM. The static RX buffers are allocated when esp_wifi_init() is [all …]
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 16 :kconfig:option:`CONFIG_NET_PKT_TXTIME_STATS` and for receive (RX) path the options is 18 network packet statistics is collected. For RX, only UDP, TCP or raw packet 27 Avg RX net_pkt (11474) time 43 us 34 when it was sent to the network. The RX time tells the time from its creation 42 information for TX or RX network packets are collected when the network packet 51 Avg RX net_pkt (18892) time 42 us [0->9->6->11->13=39 us] 70 In the RX example above, the values are averages over **18892** packets and 76 * The correct RX thread is invoked, and the packet is read from the receive
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 25 # HCI RX buffers are received in ISR context. RX messages
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.esp32 | 17 int "ESP32 I2S RX block count" 20 Max number of blocks waiting to be read from the I2S RX channel.
|
12345678910>>...20