Home
last modified time | relevance | path

Searched full:tasks (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-latest/dts/bindings/mbox/
Dnordic,nrf-vevif-task-tx.yaml10 VEVIF provides support for inter-domain software signaling. It implements a set of tasks
12 When used in task tx mode, the VEVIF tasks are used to trigger IRQs on VPR core.
22 nordic,tasks = <16>;
23 nordic,tasks-mask = <0xfffffff0>;
32 nordic,tasks:
35 description: Number of tasks supported by the VEVIF instance.
37 nordic,tasks-mask:
40 description: Mask of tasks supported by the VEVIF instance.
Dnordic,nrf-vevif-task-rx.yaml10 VEVIF provides support for inter-domain software signaling. It implements a set of tasks
12 When used in task rx mode, the VEVIF tasks are used to receive events triggered by other core.
25 nordic,tasks = <16>;
26 nordic,tasks-mask = <0xfffffff0>;
35 nordic,tasks:
38 description: Number of tasks supported by the VEVIF instance.
40 nordic,tasks-mask:
43 description: Mask of tasks supported by the VEVIF instance.
Dnordic,nrf-bellboard-tx.yaml8 a set of tasks and events intended for signaling within an interprocessor
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dmain.c22 * computation and load/store tasks to execute. The high priority complex in generic_setup()
23 * computation and load/store tasks will preempt the low priority tasks in generic_setup()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dmain.c24 * computation and load/store tasks to execute. The high priority pi in generic_setup()
25 * computation and load/store tasks will preempt the low priority tasks in generic_setup()
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_vevif_task_tx.c18 uint8_t tasks; member
56 return config->tasks; in vevif_task_tx_max_channels_get()
67 "Number of tasks exceeds maximum"); \
71 .tasks = DT_INST_PROP(inst, nordic_tasks), \
DKconfig.nrf_vevif_task9 Mailbox driver for receiving VEVIF tasks on VPR as CLIC interrupts
16 Mailbox driver for transmitting VEVIF tasks to VPR as CLIC interrupts
Dmbox_nrf_vevif_task_rx.c21 BUILD_ASSERT(VEVIF_TASKS_NUM <= VPR_TASKS_TRIGGER_MaxCount, "Number of tasks exceeds maximum");
22 BUILD_ASSERT(VEVIF_TASKS_NUM == DT_NUM_IRQS(DT_DRV_INST(0)), "# IRQs != # tasks");
/Zephyr-latest/dts/riscv/nordic/
Dnrf54l_05_10_15_cpuflpr.dtsi36 nordic,tasks = <7>;
37 nordic,tasks-mask = <0x007f0000>;
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst16 In real-time operating systems with multiple tasks running in parallel, a
19 to supervise multiple threads or tasks (called watchdog channels).
/Zephyr-latest/dts/arm/nordic/
Dnrf54l_05_10_15_cpuapp.dtsi52 nordic,tasks = <7>;
53 nordic,tasks-mask = <0x007f0000>;
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/
DCMakeLists.txt8 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
DCMakeLists.txt9 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/soc/ite/ec/common/
Dpower.c18 /* Invoke Low Power/System Off specific Tasks */
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/
DCMakeLists.txt14 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/include/zephyr/
Dirq.h140 * @brief Common tasks before executing the body of an ISR
143 * minimal architecture-specific tasks before the ISR itself can run. It takes
149 * @brief Common tasks before exiting the body of an ISR
152 * minimal architecture-specific tasks like EOI. It has no return value.
170 * and IRQ_DIRECT_FOOTER() invocations. It performs tasks necessary to
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt5 This test is only for ARC targets and uses two tasks to:
10 This tests the ability of tasks to safely share dsp hardware
/Zephyr-latest/soc/espressif/esp32c3/
Dpower.c14 /* Invoke Low Power/System Off specific Tasks */
/Zephyr-latest/soc/espressif/esp32c6/
Dpower.c14 /* Invoke Low Power/System Off specific Tasks */
/Zephyr-latest/soc/espressif/esp32s2/
Dpower.c16 /* Invoke Low Power/System Off specific Tasks */
/Zephyr-latest/soc/espressif/esp32s3/
Dpower.c16 /* Invoke Low Power/System Off specific Tasks */
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
DKconfig12 handles IP module level tasks.
/Zephyr-latest/soc/native/inf_clock/
Dnative_tasks.c8 * @brief Run the set of special native tasks corresponding to the given level
/Zephyr-latest/doc/develop/sca/
Dsparse.rst8 Apart from performing common code analysis tasks it also supports an
/Zephyr-latest/subsys/usb/device/
DKconfig146 This prevents deadlock situations where tasks on the system
149 queue from making progress on the USB tasks that would

123456