Home
last modified time | relevance | path

Searched refs:amount (Results 101 – 125 of 153) sorted by relevance

1234567

/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst128 This option uses the least amount of RAM, but will not work if the flash is not memory mapped,
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig235 Maximum amount of concurrent return values / expected parameters.
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c1896 int net_pkt_memset(struct net_pkt *pkt, int byte, size_t amount) argument
1898 NET_DBG("pkt %p byte %d amount %zu", pkt, byte, amount);
1900 return net_pkt_cursor_operate(pkt, &byte, amount, false, true);
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst58 and client roles can be used the application. The amount of TCP sockets
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst155 receiving a message, set it to the maximum amount of data desired, or to
403 and a size indicating the maximum amount of data it is willing to retrieve
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig204 Default minimum amount of time in seconds the client must wait
213 Default maximum amount of time in seconds the client may wait
/Zephyr-latest/subsys/fs/
DKconfig.fatfs212 requires, which is this value plus some constant amount,
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst217 interrupt exit, the overflow may be detected a nontrivial amount of time after
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst35 a considerable amount of time. This frees up page frames so that the next
Dheap.rst172 by the amount of available memory in the system. The project build will fail in
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst69 This requires a small amount of setup described in :ref:`networking_with_eth_qemu`, :ref:`networkin…
/Zephyr-latest/subsys/bluetooth/host/
Diso.c158 static struct net_buf *iso_data_pull(struct bt_conn *conn, size_t amount, size_t *length);
727 static struct net_buf *iso_data_pull(struct bt_conn *conn, size_t amount, size_t *length) in iso_data_pull() argument
730 BT_ISO_DATA_DBG("conn %p amount %d", conn, amount); in iso_data_pull()
767 bool last_frag = amount >= frag->len; in iso_data_pull()
/Zephyr-latest/doc/security/
Dsensor-threat.rst84 These secrets must be protected from read, and the smallest amount
362 least amount of code necessary shall have access to these secrets.
/Zephyr-latest/doc/kernel/services/
Dpolling.rst141 amount of time, or the special values :c:macro:`K_NO_WAIT` and
/Zephyr-latest/boards/nxp/imx95_evk/doc/
Dindex.rst9 with the processor before investing a large amount of resources in more
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c386 size_t amount, in l2cap_br_data_pull() argument
416 bool last_frag = amount >= pdu->len; in l2cap_br_data_pull()
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst52 The resynchronization jump width (SJW) defines the amount of time quantum the
/Zephyr-latest/scripts/
Dspelling.txt127 amount of times||number of times
128 amout||amount
/Zephyr-latest/doc/services/shell/
Dindex.rst559 case of Bluetooth shell to limit the amount of transferred bytes.
738 for configurable amount of time if queue is full, blocking logger thread context
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst165 :c:func:`bt_mesh_model_data_store_schedule` function when large amount of data
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst10 investing a large amount of resources in more specific designs.
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst117 * It reduces the amount of data that needs to be sent to and processed by the application core, as …
Dindex.rst341 a feature which will wake up processing thread when certain amount of log messages are
461 performance thus it is recommended to adjust buffer size and amount of enabled
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig335 The amount of interrupt priority levels reserved for zero latency
/Zephyr-latest/subsys/debug/
DKconfig190 Generate an extra file that specifies the maximum amount of stack used,

1234567