Searched refs:allocate (Results 51 – 75 of 94) sorted by relevance
1234
/Zephyr-latest/boards/ |
D | Kconfig | 128 to setup devices, for example to allocate interface for Zephyr
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 107 alllocate||allocate 109 allocatote||allocate 111 allocte||allocate 114 alocate||allocate
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 120 and Bluetooth Mesh coexist on the same device, the application should allocate and
|
D | sar_cfg.rst | 39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing
|
D | access.rst | 94 To support publishing with the publication parameters, the model must allocate
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 157 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/ |
D | Kconfig | 346 bool "Pre-allocate memory statically" 356 int "How many socketpairs to pre-allocate"
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 175 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/ |
D | pipes.rst | 54 Flushing does not in practice allocate or use additional buffers.
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 226 Never allocate data for pending requests, this disables retransmits for confirmable
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | cs.c | 103 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/ |
D | reporting.rst | 127 allocate additional CVE numbers, or to retire numbers that were
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 132 allocate memory at mem_map time. They are made to be populated
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 68 Enabling this will allocate additional RAM memory where
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 80 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/ |
D | sockets.rst | 187 The function registered for socket creation should allocate a new file
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 140 to read into is left to the iodev to allocate from a memory pool associated with
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 78 Number of network contexts to allocate. Each network context describes a network
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 535 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/ |
D | contributor_expectations.rst | 12 to allocate large blocks of time to review a large PR.
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 28 They can allocate, send data and receive data.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 646 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/ |
D | device.rst | 204 power management resources required by a driver. These macros allocate the
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 592 Enabling this symbol causes Mbed TLS to pre-allocate all the key slot
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 133 allocate a container structure to place the data in, since the internal
|
1234