Home
last modified time | relevance | path

Searched full:wants (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/subsys/net/lib/config/
DKconfig41 bool "This application wants IPv6 support"
49 bool "This application wants IPv6 router to exists"
53 What this means that the application wants to wait until it receives
57 bool "This application wants IPv4 support"
/Zephyr-latest/tests/subsys/modbus/src/
Dtest_modbus_raw.c16 * Server wants to send the data back.
39 * Client wants to send the data via whatever.
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h62 * This function is called when user wants to bind to local IP address.
69 * This function is called when user wants to mark the socket
75 * This function is called when user wants to create a connection
86 * This function is called when user wants to accept a connection
95 * This function is called when user wants to send data to peer host.
103 * This function is called when user wants to send data to peer host.
113 * This function is called when user wants to receive data from peer
122 * This function is called when user wants to close the socket.
Dnet_mgmt.h322 * the caller wants to listen to.
323 * @param info a valid pointer if user wants to get the information the
361 * @param info a valid pointer if user wants to get the information the
Dwebsocket.h97 * wants to know the parsing status or the HTTP fields during the
99 * is useful if the caller wants to know something about
Ddns_resolve.h551 * @param query What the caller wants to resolve.
552 * @param type What kind of data the caller wants to get.
598 * @param query What the caller wants to resolve.
599 * @param type What kind of data the caller wants to get.
/Zephyr-latest/dts/bindings/mbox/
Dnxp,mbox-imx-mu.yaml20 For example, if receiver A wants to Rx on channels 0 to 3, then A must
Dnxp,mbox-mailbox.yaml28 For example, if receiver A wants to Rx on channels 0 to 3, then A must
Dnxp,s32-mru.yaml55 For example, if receiver A wants to Rx on channels 0 and 1, then A must
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_stats.rst22 application wants to collect statistics for further processing. The network
Dnet_config.rst51 before continuing. This means in practice that the application wants to wait
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig52 # happens. The libc heap normally wants to steal all of it, when in
/Zephyr-latest/lib/libc/arcmwdt/
Dthreading.c18 /* The library wants 2 locks per available FILE entry, and then some more */
/Zephyr-latest/arch/arc/core/secureshield/
Dsecure_sys_services.c62 * If normal world wants to use an interrupt, through this secure service to
/Zephyr-latest/include/zephyr/fs/
Dfcb.h202 * If cb wants to stop the walk, it should return non-zero value.
218 * entry. If cb wants to stop the walk, it should return
290 * @param[in] entries number of fcb entries the user wants to get
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c326 * This function is called when user wants to bind to local IP address.
357 * This function is called when user wants to mark the socket
381 * This function is called when user wants to create a connection
414 * This function is called when user wants to accept a connection
446 * This function is called when user wants to send data to peer host.
484 * This function is called when user wants to send data to peer host.
550 * This function is called when user wants to receive data from peer
586 * This function is called when user wants to close the socket.
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc_appcpu.c68 * initialization code wants a valid arch_current_thread() before in __appcpu_start()
/Zephyr-latest/arch/riscv/core/
Dipi_clint.c77 * that also wants its FPU content to be reinstated while such content
/Zephyr-latest/doc/kernel/services/
Dpolling.rst31 A thread that wants to wait on multiple conditions must define an array of
39 Each event must specify what **kernel object** it wants the condition to be
146 can wait in it as the app wants.
/Zephyr-latest/soc/espressif/esp32/
Dsoc_appcpu.c83 * initialization code wants a valid arch_current_thread() before in __appcpu_start()
Dsoc.c72 * initialization code wants a valid arch_current_thread() before in __esp_platform_start()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst38 Solicitation UUID, encrypted with the network key of the subnet that the legacy device wants to
Dprovisioning.rst92 If the application wants to support public key exchange via OOB, it needs to
151 If Provisionee wants to mandate OOB authentication, it is mandatory to use
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h108 * a user wants. A pin will function correctly without clock enabled
111 * a pull-up and user wants to read pin's input value it is necessary
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst232 to any consuming thread that wants one. The message "info" field is
262 from a producing thread to any consuming thread that wants it.
305 characterizes the message it wants to receive. It then calls one of the
418 wants to retrieve the data, the thread must call :c:func:`k_mbox_data_get`

12345