Home
last modified time | relevance | path

Searched refs:work (Results 851 – 875 of 991) sorted by relevance

1...<<31323334353637383940

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c1608 static void npcx_i3c_ibi_work(struct k_work *work) in npcx_i3c_ibi_work() argument
1613 struct i3c_ibi_work *i3c_ibi_work = CONTAINER_OF(work, struct i3c_ibi_work, work); in npcx_i3c_ibi_work()
1625 LOG_DBG("IBI work %p running not because of IBI", work); in npcx_i3c_ibi_work()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c72 static void ipv6_nd_reachable_timeout(struct k_work *work);
353 static void ipv6_ns_reply_timeout(struct k_work *work) in ipv6_ns_reply_timeout() argument
360 ARG_UNUSED(work); in ipv6_ns_reply_timeout()
1498 static void ipv6_nd_reachable_timeout(struct k_work *work) in ipv6_nd_reachable_timeout() argument
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst188 IRQ and the protocol will not work.
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c256 static void pa_timer_handler(struct k_work *work) in pa_timer_handler() argument
/Zephyr-latest/arch/arm/
DKconfig75 A default value of 0x00000000 might work in most cases as SOCs have an alias
/Zephyr-latest/boards/ezurio/mg100/doc/
Dindex.rst204 Many of the Bluetooth examples will work on the MG100.
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c67 static void test_service(struct k_work *work) in test_service() argument
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst158 Developers who work with multiple boards may find explicit board names
228 configuration to work properly.
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst62 * Fixed unstable work of application built with MetaWare toolchain for hardware
663 * Modified to use local work queue for data transfer.
668 In TX, FIFO allows to work in burst mode, easing scheduling of loaded applications.
821 allow emitting network events using the system work queue or synchronously.
1079 rely solely on the events to start read/transmit work. A test suite has been added to
1124 in the work queue. In this case, the pending work is just canceled and the device state updated.
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c256 static void ascs_disconnect_stream_work_handler(struct k_work *work) in ascs_disconnect_stream_work_handler() argument
258 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in ascs_disconnect_stream_work_handler()
517 static void state_transition_work_handler(struct k_work *work) in state_transition_work_handler() argument
519 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in state_transition_work_handler()
1311 state_transition_work_handler(&ase->state_transition_work.work); in disconnected()
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst10 Thread execution resumes only once all ISR work has been completed.
208 * An ISR can instruct the system workqueue thread to execute a work item.
211 When an ISR offloads work to a thread, there is typically a single context
224 that the transfer FIFO has reached its watermark. To make this work, one would
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish182 "blobs" "work with binary blobs" \
288 set -l manifest_hash (git --work-tree "$manifest_dir" log -1 --pretty=format:'%H' 2> /dev/null)
501 …west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra blobs -d "work with binary blobs"
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst5 Zephyr Memory Storage is a new key-value storage system that is designed to work with all types
96 How does ZMS work?
414 verified to make sure that the application could work with one subsystem or the other, then if
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c359 static void prov_dh_key_gen_handler(struct k_work *work) in prov_dh_key_gen_handler() argument
/Zephyr-latest/drivers/i2c/
DKconfig110 In all likelihood 4 is going to work for everyone, but in case you do end up with
/Zephyr-latest/boards/technexion/pico_pi/doc/
Dindex.rst165 UART6 in the Edison connector is M4 console for Zephyr with both configured to work at 115200 8N1.
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c653 static void idle_timeout(struct k_work *work) in idle_timeout() argument
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst87 If you prefer to work in the ``guiconfig`` interface, then it's a good
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c209 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
/Zephyr-latest/boards/ezurio/bt510/doc/
Dbt510.rst219 Many of the Bluetooth examples will work on the BT510.
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c583 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() argument
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/doc/
Dindex.rst7 MEC152X series microcontrollers. This board can work standalone or be mated with
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst223 work as expected.
239 The normal ``west debug`` command won't work for debugging applications using nsim boards
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst356 ZephyrBuildConfiguration usually does not work. In this case the ``<PackageName>_ROOT`` variables
363 `CMake package search procedure`_ is valid and will work.
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c80 static void lwm2m_rd_client_service(struct k_work *work);
1412 static void lwm2m_rd_client_service(struct k_work *work) in lwm2m_rd_client_service() argument

1...<<31323334353637383940