Searched full:tasks (Results 1 – 25 of 133) sorted by relevance
123456
/Zephyr-latest/dts/bindings/mbox/ |
D | nordic,nrf-vevif-task-tx.yaml | 10 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.
|
D | nordic,nrf-vevif-task-rx.yaml | 10 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.
|
D | nordic,nrf-bellboard-tx.yaml | 8 a set of tasks and events intended for signaling within an interprocessor
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | main.c | 22 * 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/ |
D | main.c | 24 * 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/ |
D | mbox_nrf_vevif_task_tx.c | 18 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), \
|
D | Kconfig.nrf_vevif_task | 9 Mailbox driver for receiving VEVIF tasks on VPR as CLIC interrupts 16 Mailbox driver for transmitting VEVIF tasks to VPR as CLIC interrupts
|
D | mbox_nrf_vevif_task_rx.c | 21 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/ |
D | nrf54l_05_10_15_cpuflpr.dtsi | 36 nordic,tasks = <7>; 37 nordic,tasks-mask = <0x007f0000>;
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 16 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/ |
D | nrf54l_05_10_15_cpuapp.dtsi | 52 nordic,tasks = <7>; 53 nordic,tasks-mask = <0x007f0000>;
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/ |
D | CMakeLists.txt | 8 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/ |
D | CMakeLists.txt | 9 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/soc/ite/ec/common/ |
D | power.c | 18 /* Invoke Low Power/System Off specific Tasks */
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/ |
D | CMakeLists.txt | 14 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/include/zephyr/ |
D | irq.h | 140 * @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/ |
D | README.txt | 5 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/ |
D | power.c | 14 /* Invoke Low Power/System Off specific Tasks */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | power.c | 14 /* Invoke Low Power/System Off specific Tasks */
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | power.c | 16 /* Invoke Low Power/System Off specific Tasks */
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | power.c | 16 /* Invoke Low Power/System Off specific Tasks */
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 12 handles IP module level tasks.
|
/Zephyr-latest/soc/native/inf_clock/ |
D | native_tasks.c | 8 * @brief Run the set of special native tasks corresponding to the given level
|
/Zephyr-latest/doc/develop/sca/ |
D | sparse.rst | 8 Apart from performing common code analysis tasks it also supports an
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 146 This prevents deadlock situations where tasks on the system 149 queue from making progress on the USB tasks that would
|
123456