/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 62 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
|
D | CMakeLists.txt | 8 dispatch.c
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | sample.yaml | 2 description: Sample demonstrating dispatch of hardware events from a 4 name: MetaIRQ Dispatch
|
D | prj.conf | 8 # dispatch will mess up the statistics.
|
D | README.rst | 14 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/ |
D | testcase.yaml | 12 net.dns.dispatch:
|
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_nct38xx.h | 15 * @brief Dispatch all GPIO ports ISR in the NCT38XX device.
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig.stepper_event_template | 7 Enable the dispatch of stepper generated events via
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/ |
D | ull_iso_vendor.c | 74 * used by ACL connections in ULL context to dispatch in ll_data_path_tx_pdu_release()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_nct38xx.h | 35 * @brief Dispatch GPIO port ISR
|
D | gpio_rt1718s.h | 166 * @brief Dispatch GPIO port alert
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | ipc_static_vrings.c | 65 const static struct virtio_dispatch dispatch = { variable 100 vr->vdev.func = &dispatch; in vq_setup()
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | dummy.c | 38 * This is required in order to dispatch Number of Completed Packets event
|
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/ |
D | main.c | 70 struct virtio_dispatch dispatch = { variable 173 vdev.func = &dispatch; in app_task()
|
/Zephyr-latest/subsys/net/ip/ |
D | 6lo.h | 30 * @param iphc true for IPHC compression, false for IPv6 dispatch header
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo_fragment.h | 51 * @param ipch bool true for IPHC compression, false for IPv6 dispatch header
|
D | ieee802154_6lo_fragment.c | 158 * 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/ |
D | rpmsg_backend.c | 135 const struct virtio_dispatch dispatch = { variable 251 vdev->func = &dispatch; in rpmsg_backend_init()
|
/Zephyr-latest/samples/subsys/ipc/openamp/src/ |
D | main.c | 80 struct virtio_dispatch dispatch = { variable 196 vdev.func = &dispatch; in app_task()
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | main.c | 26 /* 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/ |
D | arch_interface.h | 445 * 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/ |
D | intc_cavs.c | 44 /* Dispatch lower level ISRs depending upon the bit set */ in cavs_ictl_dispatch_child_isrs()
|
D | intc_dw.c | 29 /* Dispatch lower level ISRs depending upon the bit set */ in dw_ictl_dispatch_child_isrs()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.h | 367 * @brief Dispatch DPP operations for STA 377 * @brief Dispatch DPP operations for AP
|
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_intgen.py | 6 # C file on output containing optimized interrupt dispatch routines.
|