Home
last modified time | relevance | path

Searched refs:amount (Results 26 – 50 of 153) sorted by relevance

1234567

/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst48 the maximum amount of data (including possible metadata values) the ring
130 #. indicating the amount of data written to the provided buffer
131 (:c:func:`ring_buf_put_finish`). The amount
132 can be less than or equal to the allocated amount.
142 The amount freed can be less than or equal or to the retrieved amount.
276 /* Indicate amount of valid data. rx_size can be equal or less than size. */
326 /* Requested amount of bytes retrieved. */
346 /* Indicate amount of data that can be freed. proc_size can be equal or less
351 /* proc_size exceeds amount of valid data in a ring buffer. */
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig29 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/drivers/ethernet/
DKconfig.enc424j60035 Given timeout in milliseconds. Maximum amount of time
DKconfig.lan925036 Given timeout in milliseconds. Maximum amount of time
DKconfig.w550037 Given timeout in milliseconds. Maximum amount of time
DKconfig.nxp_s32_netc34 The budget parameter places a limit on the amount of work the driver may
83 This value determines the maximum amount of time allowed between a first
DKconfig.enc28j6048 Given timeout in milliseconds. Maximum amount of time
DKconfig.lan865x48 Given timeout in milliseconds. Maximum amount of time
DKconfig.sam_gmac70 that amount of buffers for itself thus reducing the NET_BUF_RX_COUNT
71 which is a total amount of RX data buffers used by the whole networking
DKconfig.adin211141 Given timeout in milliseconds. Maximum amount of time
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig36 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/doc/services/debugging/
Dsymtab.rst8 with a lot of functions, this is expected to consume a sizable amount of ROM.
/Zephyr-latest/drivers/entropy/
DKconfig.npcx21 The chosen security strength defines the amount of entropy bits
/Zephyr-latest/subsys/canbus/isotp/
DKconfig74 header (sizeof(struct net_buf)) amount of data.
93 amount of data.
108 header (sizeof(struct net_buf)) amount of data. If context buffers
/Zephyr-latest/drivers/usb/udc/
DKconfig.dwc250 blocked for this amount of time. Set it to zero to wait forever.
DKconfig26 Total amount of memory available for UDC requests.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst20 Maximum amount of network packets we can receive at the same time.
23 Maximum amount of network packet sends pending at the same time.
34 can be the amount of data we have received from the network.
51 buffers tries to improve memory utilization by allocating minimum amount of
52 data we need for the network data. The extra cost here is the amount of time
199 according to amount of network buffers configured in the system.
210 according to amount of network buffers configured in the system.
/Zephyr-latest/drivers/clock_control/
DKconfig.stm3261 The measurement process involves waiting for a certain amount of LSI periods
84 the amount of time specified in this property between each measure. This
/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake10 require a significant amount of time" OFF)
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c167 volatile int amount; member
880 data->async->tx.amount = -1; in start_tx_locked()
1685 size_t amount = (data->async->tx.amount >= 0) ? in txstopped_isr() local
1686 data->async->tx.amount : nrf_uarte_tx_amount_get(uarte); in txstopped_isr()
1721 if (amount == data->async->tx.xfer_len) { in txstopped_isr()
1722 data->async->tx.cache_offset += amount; in txstopped_isr()
1731 amount = data->async->tx.cache_offset; in txstopped_isr()
1734 amount += data->async->tx.cache_offset; in txstopped_isr()
1742 .data.tx.len = amount, in txstopped_isr()
1744 if (amount == data->async->tx.len) { in txstopped_isr()
[all …]
/Zephyr-latest/lib/net_buf/
DKconfig48 * amount of free buffers in the pool is remembered
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst8 are not exposed to the application, but a limited amount of information
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/doc/
Dindex.rst57 recommended if all of the LEDs are fully on for any significant amount of
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DCMakeLists.txt29 # Try to keep test procedures readable, that is minimizing the amount of
/Zephyr-latest/subsys/task_wdt/
DKconfig22 the required amount of channels to reduce memory footprint.

1234567