/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 145 size_t amount; in how_much_to_send() local 148 amount = sys_rand32_get() % max_len; in how_much_to_send() 149 } while (amount == 0U); in how_much_to_send() 151 return amount; in how_much_to_send() 165 static void recv_data_wso_api(int sock, size_t amount, uint8_t *buf, in recv_data_wso_api() argument 197 if (remaining != 0 || total_read != amount || in recv_data_wso_api() 199 memcmp(lorem_ipsum, buf, amount - 1) != 0) { in recv_data_wso_api() 201 proto, amount, total_read, remaining); in recv_data_wso_api() 209 static void recv_data_bsd_api(int sock, size_t amount, uint8_t *buf, in recv_data_bsd_api() argument 215 remaining = amount; in recv_data_bsd_api() [all …]
|
/Zephyr-latest/drivers/disk/nvme/ |
D | Kconfig | 21 This sets the amount of allocated admin queue entries. 29 This sets the amount of allocated I/O queues. 37 This sets the amount of allocated IO queue entries. 44 This sets the amount of possible retries per-request. 59 This sets the amount of pre-allocated PRP list. Each list 62 on this number as it may take a sensible amount of memory.
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 19 On MMU-based systems, indicates the maximum amount of memory which 20 will be used for the newlib malloc() heap. The actual amount of 21 memory used will be the minimum of this value and the amount of 29 Specifies the amount of memory space that must be available for the
|
/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | mem_slab.c | 28 * @param no_of_loops Amount of loops to run. 29 * @param test_repeats Amount of test repeats per loop. 53 * @param no_of_loops Amount of loops to run. 54 * @param test_repeats Amount of test repeats per loop.
|
/Zephyr-latest/include/zephyr/sys/ |
D | base64.h | 50 * @param slen amount of data to be encoded 53 * *olen is always updated to reflect the amount 72 * @param slen amount of data to be decoded 75 * not correct. *olen is always updated to reflect the amount
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video-controls.h | 42 /** Amount of perceived light of the image, the luma (Y') value. */ 45 /** Amount of difference between the bright colors and dark colors. */ 54 /** Amount of time an image sensor is exposed to light, affecting the brightness */ 57 /** Amount of amplification performed to each pixel electrical signal, affecting the brightness */ 98 /** Amount of optical zoom applied through to the camera optics */
|
/Zephyr-latest/doc/develop/languages/c/ |
D | newlib.rst | 98 Newlib internal heap allocator memory pool size does not exceed the amount of 105 The amount of memory space available for the Newlib heap depends on the system 108 * When MMU is enabled (:kconfig:option:`CONFIG_MMU` is selected), the amount of 116 set to a non-zero value), the amount of memory space reserved for the Newlib 119 * Otherwise, the amount of memory space reserved for the Newlib heap is equal 120 to the amount of free (unallocated) memory in the SRAM region.
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_async_rx.h | 40 /* Total amount of pending bytes. Bytes may be spread across multiple RX buffers. */ 84 /** @brief Get amount of space dedicated for managing each buffer state. 154 * @param length Amount of requested data. 156 * @return Amount valid of data in the @p data buffer. 0 is returned when there is no data. 165 * @param length Amount of data to consume. It must be less or equal than amount of claimed data.
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig.shell | 18 The amount of preallocated buffer (in bytes) used for storing and retrieving credentials. 31 The amount of preallocated buffer (in bytes) for temporarily storing credential digests.
|
/Zephyr-latest/soc/nxp/kinetis/ |
D | Kconfig | 59 Selects the amount to divide down the external reference clock for the PLL. 67 Selects the amount to divide the VCO output of the PLL. The VDIV 0 bits 76 Selects the amount to divide down the fast internal reference clock. The 84 Selects the amount to divide down the external reference clock for the
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | hdr_ddr.h | 28 * @brief Write a set amount of data to an I3C target device with HDR DDR. 30 * This routine writes a set amount of data synchronously. 56 * @brief Read a set amount of data from an I3C target device with HDR DDR. 58 * This routine reads a set amount of data synchronously.
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | Kconfig | 22 int "Maximum amount of time the TFTP Client will wait for a response from the server." 25 Maximum amount of time (in msec) that the TFTP Client will wait for
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 74 header (sizeof(struct net_buf)) amount of data. 93 amount of data. 108 header (sizeof(struct net_buf)) amount of data. If context buffers 128 int "Amount of context buffers for sending data"
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 44 * out of resource. Sleep a small amount of time in order the 49 static void sleep_after_error(unsigned int amount) in sleep_after_error() argument 52 k_msleep(amount); in sleep_after_error() 54 usleep(amount * 1000U); in sleep_after_error()
|
/Zephyr-latest/samples/arch/smp/pktqueue/src/ |
D | main.c | 9 /* Amount of parallel processed sender/receiver queues of packet headers */ 12 /* Amount of execution threads per pair of queues*/ 15 /* Amount of packet headers in a queue */ 37 /* Variable which indicates the amount of processed queues */ 198 /* Iterate and count amount of packages in receiver queues */ in main() 220 "The amount of packets in receiver queue " in main()
|
/Zephyr-latest/tests/benchmarks/latency_measure/boards/ |
D | qemu_riscv64_qemu_virt_riscv64_smp.conf | 3 # To support the amount of thread objects in userspace
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig | 41 This can be used to tweak the amount of sessions the driver 74 This can be used to tweak the amount of sessions the driver
|
/Zephyr-latest/tests/bluetooth/df/common/src/ |
D | radio_df_stub.c | 92 void ut_radio_df_iq_samples_amount_set(uint32_t amount) in ut_radio_df_iq_samples_amount_set() argument 94 g_iq_samples_amount = amount; in ut_radio_df_iq_samples_amount_set()
|
/Zephyr-latest/samples/net/sockets/can/boards/ |
D | stm32f072b_disco.conf | 1 # The board has very limited amount of memory so use limited resources
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 48 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/samples/bluetooth/tmap_bmr/boards/ |
D | nrf5340dk_nrf5340_cpuapp.conf | 4 # The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|
/Zephyr-latest/samples/bluetooth/tmap_bms/boards/ |
D | nrf5340_audio_dk_nrf5340_cpuapp.conf | 4 # The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|
D | nrf5340dk_nrf5340_cpuapp.conf | 4 # The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|
/Zephyr-latest/samples/bluetooth/tmap_central/boards/ |
D | nrf5340_audio_dk_nrf5340_cpuapp.conf | 4 # The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|
D | nrf5340dk_nrf5340_cpuapp.conf | 4 # The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|