Home
last modified time | relevance | path

Searched refs:allocate (Results 51 – 75 of 94) sorted by relevance

1234

/Zephyr-latest/boards/
DKconfig128 to setup devices, for example to allocate interface for Zephyr
/Zephyr-latest/scripts/
Dspelling.txt107 alllocate||allocate
109 allocatote||allocate
111 allocte||allocate
114 alocate||allocate
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst120 and Bluetooth Mesh coexist on the same device, the application should allocate and
Dsar_cfg.rst39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing
Daccess.rst94 To support publishing with the publication parameters, the model must allocate
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32157 allocate a static TX buffer and makes a copy of uplayer packet. If WiFi
158 driver fails to allocate the static TX buffer, it caches the uplayer
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig346 bool "Pre-allocate memory statically"
356 int "How many socketpairs to pre-allocate"
/Zephyr-latest/arch/riscv/
DKconfig175 allocate space for. The last such declaration should not
177 architecture code will allocate space for these members in
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst54 Flushing does not in practice allocate or use additional buffers.
/Zephyr-latest/subsys/net/lib/coap/
DKconfig226 Never allocate data for pending requests, this disables retransmits for confirmable
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c103 static struct net_buf *get_reassembly_buf(uint16_t conn_handle, bool allocate) in get_reassembly_buf() argument
117 return allocate ? alloc_reassembly_buf(conn_handle) : NULL; in get_reassembly_buf()
/Zephyr-latest/doc/security/
Dreporting.rst127 allocate additional CVE numbers, or to retire numbers that were
/Zephyr-latest/kernel/
DKconfig.vm132 allocate memory at mem_map time. They are made to be populated
/Zephyr-latest/subsys/shell/
DKconfig68 Enabling this will allocate additional RAM memory where
/Zephyr-latest/doc/services/zbus/
Dindex.rst80 every observation, a pair channel/observer. Developers can statically allocate observation using the
823 It is possible to add observers to channels in runtime. This feature uses the heap to allocate the
898 * :kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` uses the heap to allocate message
900 * :kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC` uses the stack to allocate message
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst187 The function registered for socket creation should allocate a new file
/Zephyr-latest/doc/services/rtio/
Dindex.rst140 to read into is left to the iodev to allocate from a memory pool associated with
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst78 Number of network contexts to allocate. Each network context describes a network
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig535 The incoming and outgoing segmented messages allocate their
539 Outgoing messages will allocate their segments at the start of the
541 acknowledged by the receiver. Incoming messages allocate all their
1894 waits for the controller to allocate the time needed to write the
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst12 to allocate large blocks of time to review a large PR.
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst28 They can allocate, send data and receive data.
/Zephyr-latest/subsys/net/ip/
DKconfig646 int "Number of network contexts to allocate"
836 requested is bigger than that, it will allocate as many net_buf
/Zephyr-latest/doc/services/pm/
Ddevice.rst204 power management resources required by a driver. These macros allocate the
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic592 Enabling this symbol causes Mbed TLS to pre-allocate all the key slot
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst133 allocate a container structure to place the data in, since the internal

1234