Searched full:wants (Results 1 – 25 of 108) sorted by relevance
12345
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 41 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/ |
D | test_modbus_raw.c | 16 * Server wants to send the data back. 39 * Client wants to send the data via whatever.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 62 * 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.
|
D | net_mgmt.h | 322 * 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
|
D | websocket.h | 97 * wants to know the parsing status or the HTTP fields during the 99 * is useful if the caller wants to know something about
|
D | dns_resolve.h | 551 * @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/ |
D | nxp,mbox-imx-mu.yaml | 20 For example, if receiver A wants to Rx on channels 0 to 3, then A must
|
D | nxp,mbox-mailbox.yaml | 28 For example, if receiver A wants to Rx on channels 0 to 3, then A must
|
D | nxp,s32-mru.yaml | 55 For example, if receiver A wants to Rx on channels 0 and 1, then A must
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 22 application wants to collect statistics for further processing. The network
|
D | net_config.rst | 51 before continuing. This means in practice that the application wants to wait
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 52 # happens. The libc heap normally wants to steal all of it, when in
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | threading.c | 18 /* The library wants 2 locks per available FILE entry, and then some more */
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | secure_sys_services.c | 62 * If normal world wants to use an interrupt, through this secure service to
|
/Zephyr-latest/include/zephyr/fs/ |
D | fcb.h | 202 * 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/ |
D | wifi_winc1500.c | 326 * 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/ |
D | soc_appcpu.c | 68 * initialization code wants a valid arch_current_thread() before in __appcpu_start()
|
/Zephyr-latest/arch/riscv/core/ |
D | ipi_clint.c | 77 * that also wants its FPU content to be reinstated while such content
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 31 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/ |
D | soc_appcpu.c | 83 * initialization code wants a valid arch_current_thread() before in __appcpu_start()
|
D | soc.c | 72 * initialization code wants a valid arch_current_thread() before in __esp_platform_start()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 38 Solicitation UUID, encrypted with the network key of the subnet that the legacy device wants to
|
D | provisioning.rst | 92 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/ |
D | soc_gpio.h | 108 * 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/ |
D | mailboxes.rst | 232 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