Searched refs:tasks (Results 1 – 25 of 57) sorted by relevance
123
/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() 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
|
/Zephyr-latest/dts/riscv/nordic/ |
D | nrf54l_05_10_15_cpuflpr.dtsi | 36 nordic,tasks = <7>; 37 nordic,tasks-mask = <0x007f0000>;
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf54l_05_10_15_cpuapp.dtsi | 52 nordic,tasks = <7>; 53 nordic,tasks-mask = <0x007f0000>;
|
/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/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/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/samples/battery_service/ |
D | CMakeLists.txt | 14 # This contains a variety of helper functions that abstract away common tasks,
|
/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/tests/kernel/fpu_sharing/generic/ |
D | README.txt | 5 The Shared Floating Point Support test uses two tasks to: 10 This tests the ability of tasks to safely share floating point hardware
|
/Zephyr-latest/doc/develop/sca/ |
D | sparse.rst | 8 Apart from performing common code analysis tasks it also supports an
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 12 handles IP module level tasks.
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 10 when compute-intensive tasks can be run in parallel, with
|
/Zephyr-latest/doc/develop/tools/ |
D | clion.rst | 124 This option enables Zephyr tasks view during debugging. See `Multi-threaded RTOS debug`_ in CLion 202 Zephyr tasks are listed in the :guilabel:`Threads & Variables` pane. You can switch between them 208 :alt: Viewing Zephyr tasks during a debug session
|
/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
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 76 nordic,tasks = <16>; 77 nordic,tasks-mask = <0xfffffff0>; 126 nordic,tasks = <32>; 127 nordic,tasks-mask = <0xffff0000>; 569 nordic,tasks = <32>; 570 nordic,tasks-mask = <0xfffff0ff>; 595 nordic,tasks = <32>; 596 nordic,tasks-mask = <0xffff0000>; 711 nordic,tasks = <16>; 712 nordic,tasks-mask = <0xfffffff0>;
|
D | nrf9280.dtsi | 68 nordic,tasks = <16>; 69 nordic,tasks-mask = <0x0000fff0>; 425 nordic,tasks = <32>; 426 nordic,tasks-mask = <0xfffff0ff>; 545 nordic,tasks = <16>; 546 nordic,tasks-mask = <0x0000fff0>;
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | generic.cmake | 4 # used for devicetree pre-processing and other pre-processing tasks which must
|
/Zephyr-latest/samples/boards/nordic/nrfx/ |
D | README.rst | 14 how the DPPI/PPI subsystem can be used to connect tasks and events of
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | CMakeLists.txt | 10 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 23 background while the thread continues with other tasks. The Kernel's
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 9 inside many Intel Processors. It helps offload sensor processing tasks from
|
/Zephyr-latest/doc/project/ |
D | working_groups.rst | 9 tasks. 27 tasks and the breadth of expertise required to address them effectively.
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 51 architecture, each core can be enabled to execute customized tasks in stand-alone mode
|
/Zephyr-latest/boards/shields/mikroe_wifi_bt_click/doc/ |
D | index.rst | 10 to offload the WIFI and Bluetooth tasks from the host processor. It uses
|
123