Home
last modified time | relevance | path

Searched refs:work (Results 801 – 825 of 991) sorted by relevance

1...<<31323334353637383940

/Zephyr-latest/tests/net/tcp/src/
Dmain.c122 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/
Drpr_srv.c304 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
Dlpn.c36 #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/
Dclocks.rst99 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/
Drelease-notes-1.6.rst227 * ``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/
Dresolve.c1288 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/
Dcsip_set_coordinator.c236 static void discover_members_timer_handler(struct k_work *work) in discover_members_timer_handler() argument
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfigVersion.cmake40 # must also work.
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst60 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
/Zephyr-latest/boards/xen/xenvm/doc/
Dindex.rst164 static, build time configuration. While provided configuration should work on
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst173 it will work if you turn on ITE board. You can use a terminal program
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/doc/
Dindex.rst92 populated and ships with an Arduino friendly bootloader. To be able to work
/Zephyr-latest/boards/adi/eval_adin1110ebz/doc/
Dindex.rst26 default board configuration is set to work as "Generic SPI, CRC enabled",
/Zephyr-latest/boards/96boards/neonkey/doc/
Dindex.rst29 - 1.8V work voltage
/Zephyr-latest/boards/ezurio/bl653_dvk/doc/
Dbl653_dvk.rst142 Many of the Bluetooth examples will work on the BL653 DVK.
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt11xx_cm4.dtsi565 /* CAAM currently does not work on M4 because of cache API issues */
/Zephyr-latest/subsys/bluetooth/audio/
Daics.c220 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/
Dquectel-bg9x.c867 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/
Dworkspaces.rst70 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/
Dethernet.c894 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/
Dindex.rst430 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/
DKconfig86 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/
Dindex.rst123 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/
DKconfig92 doing and promise not to file bug when things do not work out.
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst44 occasionally has more work to do than time available.

1...<<31323334353637383940