Home
last modified time | relevance | path

Searched full:dispatch (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/subsys/sensing/
DKconfig62 to notify dispatch thread, runtime thread priority should lower than
63 dispatch thread priority to ensure dispatch thread could fetch data as
65 priority is higher than dispatch thread, and runtime running in full
66 loading with no sleep, then dispatch thread has no change to fetch
71 int "stack size for sensor dispatch thread"
75 This is the stack size for sensor dispatch thread
79 int "priority for sensor dispatch thread"
83 This is the thread priority for sensing subsystem dispatch thread
84 Ring buffer data should be fetched ASAP, so Dispatch
DCMakeLists.txt8 dispatch.c
/Zephyr-latest/samples/kernel/metairq_dispatch/
Dsample.yaml2 description: Sample demonstrating dispatch of hardware events from a
4 name: MetaIRQ Dispatch
Dprj.conf8 # dispatch will mess up the statistics.
DREADME.rst14 a different priority. The dispatch is handled by a MetaIRQ thread fed
25 the MetaIRQ thread for dispatch.
/Zephyr-latest/tests/net/lib/dns_dispatcher/
Dtestcase.yaml12 net.dns.dispatch:
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_nct38xx.h15 * @brief Dispatch all GPIO ports ISR in the NCT38XX device.
/Zephyr-latest/drivers/stepper/
DKconfig.stepper_event_template7 Enable the dispatch of stepper generated events via
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c74 * used by ACL connections in ULL context to dispatch in ll_data_path_tx_pdu_release()
/Zephyr-latest/drivers/gpio/
Dgpio_nct38xx.h35 * @brief Dispatch GPIO port ISR
Dgpio_rt1718s.h166 * @brief Dispatch GPIO port alert
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_static_vrings.c65 const static struct virtio_dispatch dispatch = { variable
100 vr->vdev.func = &dispatch; in vq_setup()
/Zephyr-latest/subsys/bluetooth/common/
Ddummy.c38 * This is required in order to dispatch Number of Completed Packets event
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/
Dmain.c70 struct virtio_dispatch dispatch = { variable
173 vdev.func = &dispatch; in app_task()
/Zephyr-latest/subsys/net/ip/
D6lo.h30 * @param iphc true for IPHC compression, false for IPv6 dispatch header
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.h51 * @param ipch bool true for IPHC compression, false for IPv6 dispatch header
Dieee802154_6lo_fragment.c158 * fh : fragment header (dispatch + size + tag + [offset])
197 /* Adding IPv6 dispatch header */ in ieee802154_6lo_fragment()
583 NET_DBG("No frag dispatch (%02x)", pkt->buffer->data[0]); in ieee802154_6lo_reassemble()
/Zephyr-latest/subsys/ipc/rpmsg_service/
Drpmsg_backend.c135 const struct virtio_dispatch dispatch = { variable
251 vdev->func = &dispatch; in rpmsg_backend_init()
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c80 struct virtio_dispatch dispatch = { variable
196 vdev.func = &dispatch; in app_task()
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmain.c26 /* The static metairq thread we'll use for dispatch */
56 * and compute a latency value, then dispatch it to in metairq_fn()
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h445 * its interrupt handling dispatch path, to include switching to the interrupt
555 * dispatch table. Thread preemption may occur when handling system calls.
558 * index the system call dispatch table, containing function pointers to the
573 * kernel-side dispatch table
587 * kernel-side dispatch table
602 * kernel-side dispatch table
619 * kernel-side dispatch table
637 * kernel-side dispatch table
657 * kernel-side dispatch table
/Zephyr-latest/drivers/interrupt_controller/
Dintc_cavs.c44 /* Dispatch lower level ISRs depending upon the bit set */ in cavs_ictl_dispatch_child_isrs()
Dintc_dw.c29 /* Dispatch lower level ISRs depending upon the bit set */ in dw_ictl_dispatch_child_isrs()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.h367 * @brief Dispatch DPP operations for STA
377 * @brief Dispatch DPP operations for AP
/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.py6 # C file on output containing optimized interrupt dispatch routines.

123