/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 122 static void test_server_timeout(struct k_work *work); 765 static void test_server_timeout(struct k_work *work) in test_server_timeout() argument 2521 static void test_fin_data_handler(struct k_work *work) in test_fin_data_handler() argument 2523 ARG_UNUSED(work); in test_fin_data_handler()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 304 static void scan_report_timeout(struct k_work *work) in scan_report_timeout() argument 340 static void scan_timeout(struct k_work *work) in scan_timeout() argument 451 static void link_report_send_and_clear(struct k_work *work) in link_report_send_and_clear() argument
|
D | lpn.c | 36 #warning Frienship feature may work unstable when non-deferred log mode is selected. Use the \ 881 static void lpn_timeout(struct k_work *work) in lpn_timeout() argument
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 99 indicating when a work queue item will be added to the system queue. 109 within the expiry function passed to :c:func:`k_timer_init` or the work handler 159 Note that the list structure means that the CPU work involved in
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 227 * ``ZEP-921`` - Miscellaneous documentation work 310 * ``ZEP-1048`` - grove_lcd sample: sample does not work if you disable serial 352 * ``ZEP-1293`` - ENC28J60 driver doesn't work on Arduino 101
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | resolve.c | 1288 static void query_timeout(struct k_work *work) in query_timeout() argument 1290 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in query_timeout() 1306 struct k_work_delayable *dwork2 = k_work_delayable_from_work(work); in query_timeout()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | csip_set_coordinator.c | 236 static void discover_members_timer_handler(struct k_work *work) in discover_members_timer_handler() argument
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 40 # must also work.
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 60 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 164 static, build time configuration. While provided configuration should work on
|
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 173 it will work if you turn on ITE board. You can use a terminal program
|
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/doc/ |
D | index.rst | 92 populated and ships with an Arduino friendly bootloader. To be able to work
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/doc/ |
D | index.rst | 26 default board configuration is set to work as "Generic SPI, CRC enabled",
|
/Zephyr-latest/boards/96boards/neonkey/doc/ |
D | index.rst | 29 - 1.8V work voltage
|
/Zephyr-latest/boards/ezurio/bl653_dvk/doc/ |
D | bl653_dvk.rst | 142 Many of the Bluetooth examples will work on the BL653 DVK.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx_cm4.dtsi | 565 /* CAAM currently does not work on M4 because of cache API issues */
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | aics.c | 220 static void notify_work_handler(struct k_work *work) in notify_work_handler() argument 222 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in notify_work_handler()
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 867 static void modem_rssi_query_work(struct k_work *work) in modem_rssi_query_work() argument 882 if (work) { in modem_rssi_query_work()
|
/Zephyr-latest/doc/develop/west/ |
D | workspaces.rst | 70 work "out of the box" on Windows after you have done it once. 125 If your SSH key has no password, fetching should just work. If it does have a
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet.c | 894 static void carrier_on_off(struct k_work *work) in carrier_on_off() argument 896 struct ethernet_context *ctx = CONTAINER_OF(work, struct ethernet_context, in carrier_on_off()
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 430 this won't work with Zephyr's build system. 636 # Don't use "~/rv32m1-openocd". It won't work. 740 the path; this won't work with Zephyr's build system. 828 <toolchain_zephyr_sdk>` may work, but it hasn't been thoroughly tested with this
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 86 bool "Process low priority HCI packets in the system work queue" 89 in the system work queue. The HCI driver shall not call bt_recv_prio(). 93 Note: When this option is used, other users of the system work queue will influence the 97 bool "Process low priority HCI packets in the bluetooth-specific work queue" 100 in the bluetooth-specific work queue. The HCI driver shall not call bt_recv_prio(). 102 The application needs to ensure the bluetooth-specific work queue size is large enough,
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 123 No other change is required in order to make that work. Thus, the developer would do that for every 130 channels) the module needs to work. That indicates zbus could improve the module reuse. 395 consider submitting a work item to a work-queue; 850 * :zephyr:code-sample:`zbus-work-queue` shows how to define and use different kinds of observers. 851 Note there is an example of using a work queue instead of executing the listener as an execution
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig | 92 doing and promise not to file bug when things do not work out.
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 44 occasionally has more work to do than time available.
|