/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 1608 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/ |
D | ipv6_nbr.c | 72 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/ |
D | README.rst | 188 IRQ and the protocol will not work.
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 256 static void pa_timer_handler(struct k_work *work) in pa_timer_handler() argument
|
/Zephyr-latest/arch/arm/ |
D | Kconfig | 75 A default value of 0x00000000 might work in most cases as SOCs have an alias
|
/Zephyr-latest/boards/ezurio/mg100/doc/ |
D | index.rst | 204 Many of the Bluetooth examples will work on the MG100.
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | main.c | 67 static void test_service(struct k_work *work) in test_service() argument
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 158 Developers who work with multiple boards may find explicit board names 228 configuration to work properly.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 62 * 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/ |
D | ascs.c | 256 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/ |
D | interrupts.rst | 10 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/ |
D | west-completion.fish | 182 "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/ |
D | zms.rst | 5 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/ |
D | provisionee.c | 359 static void prov_dh_key_gen_handler(struct k_work *work) in prov_dh_key_gen_handler() argument
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig | 110 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/ |
D | index.rst | 165 UART6 in the Edison connector is M4 console for Zephyr with both configured to work at 115200 8N1.
|
/Zephyr-latest/samples/bluetooth/eddystone/src/ |
D | main.c | 653 static void idle_timeout(struct k_work *work) in idle_timeout() argument
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 87 If you prefer to work in the ``guiconfig`` interface, then it's a good
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 209 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
|
/Zephyr-latest/boards/ezurio/bt510/doc/ |
D | bt510.rst | 219 Many of the Bluetooth examples will work on the BT510.
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 583 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() argument
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/doc/ |
D | index.rst | 7 MEC152X series microcontrollers. This board can work standalone or be mated with
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 223 work as expected. 239 The normal ``west debug`` command won't work for debugging applications using nsim boards
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 356 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/ |
D | lwm2m_rd_client.c | 80 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
|