Home
last modified time | relevance | path

Searched refs:task (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h193 nrf_gpiote_task_t task; in hal_palna_ppi_setup() local
195 task = nrf_gpiote_out_task_get(HAL_PALNA_GPIOTE_CHAN); in hal_palna_ppi_setup()
196 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_palna_ppi_setup()
206 nrf_gpiote_task_t task; in hal_pa_ppi_setup() local
209 task = nrf_gpiote_clr_task_get(HAL_PALNA_GPIOTE_CHAN); in hal_pa_ppi_setup()
210 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_pa_ppi_setup()
211 task = nrf_gpiote_set_task_get(HAL_PALNA_GPIOTE_CHAN); in hal_pa_ppi_setup()
212 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_pa_ppi_setup()
214 task = nrf_gpiote_set_task_get(HAL_PALNA_GPIOTE_CHAN); in hal_pa_ppi_setup()
215 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_pa_ppi_setup()
[all …]
/Zephyr-Core-3.5.0/drivers/ipm/
DKconfig.ivshmem7 int "Stack size in bytes of IVSHMEM IPM Event loop task"
10 Adjust the stack size, in bytes of the ivshmem event loop task.
13 int "Priority of IVSHMEM IPM Event loop task"
16 Adjust the priority of the ivshmem event loop task.
/Zephyr-Core-3.5.0/subsys/task_wdt/
DKconfig10 Enable task watchdog
12 The task watchdog allows to have individual watchdog channels
16 int "Maximum number of task watchdog channels"
30 application that is used as an additional safety layer if the task
34 int "Minimum timeout for task watchdog (ms)"
39 The task watchdog uses a continuously restarted k_timer as its
41 among all task watchdogs used in the application.
43 If a hardware watchdog is configured as a fallback for the task
/Zephyr-Core-3.5.0/samples/subsys/task_wdt/
DREADME.rst1 .. zephyr:code-sample:: task-wdt
5 Monitor a thread using a task watchdog.
10 This sample allows to test the :ref:`task watchdog <task_wdt_api>` subsystem.
15 It should be possible to build and run the task watchdog sample on almost any
17 fallback. Otherwise the task watchdog will run independently.
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/src/
Dmain.c16 nrf_ipc_task_t task = offsetof(NRF_IPC_Type, TASKS_SEND[2]); in timeout_handler() local
21 nrf_ipc_task_trigger(NRF_IPC, task); in timeout_handler()
/Zephyr-Core-3.5.0/doc/services/task_wdt/
Dindex.rst18 only one task. This software watchdog based on kernel timers provides a method
21 An existing hardware watchdog can be used as an optional fallback if the task
24 The task watchdog uses a kernel timer as its backend. If configured properly,
28 It's currently not possible to have multiple instances of task watchdogs.
29 Instead, the task watchdog API can be accessed globally to add or delete new
/Zephyr-Core-3.5.0/drivers/ethernet/phy/
DKconfig50 int "Monitor task execution period"
53 Monitor task execution period in milliseconds. The monitor task is
/Zephyr-Core-3.5.0/tests/kernel/context/
DREADME.txt21 - Called from an ISR (interrupted a task)
23 - Called from a task
27 - Called from an ISR that interrupted a task
29 - Called from a task
87 Testing k_current_get() from an ISR and task
90 Spawning a thread from a task
/Zephyr-Core-3.5.0/tests/benchmarks/app_kernel/
DREADME.txt20 | enqueue 1 byte msg in FIFO to a waiting higher priority task | NNNNNN|
21 | enqueue 4 bytes in FIFO to a waiting higher priority task | NNNNNN|
24 | signal to waiting high pri task | NNNNNN|
25 | signal to waiting high pri task, with timeout | NNNNNN|
33 | Send mailbox message to waiting high priority task and wait |
56 | Send data into a pipe towards a receiving high priority task and wait |
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/
DKconfig.defconfig16 # large, especially with logs enabled. Since it is called from IDLE task,
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx/
DREADME.rst20 This calls the ``button_handler()`` callback and triggers the LED 1 pin OUT task.
24 happen that one press results in multiple events. And because the event-task
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/
DKconfig51 int "Priority of host command task"
54 Priority of the kernel task that handles the host commands.
87 bool "Create a new task for host command"
/Zephyr-Core-3.5.0/tests/kernel/mem_slab/mslab/
DREADME.txt75 (4) - Free a block in <helper_thread> to unblock the other task from alloc timeout
85 helper_thread: freed all blocks allocated by this task
/Zephyr-Core-3.5.0/tests/kernel/common/
Dmultilib.txt19 Fatal fault in essential task ! Spinning...
/Zephyr-Core-3.5.0/doc/hardware/arch/
Darc-support-status.rst85 .. [#f3] We only support save/restore ACCL/ACCH registers in task's context.
87 itself does not use these registers. This allows single task per
/Zephyr-Core-3.5.0/samples/arch/smp/pi/
DREADME.rst15 to complete the computational task.
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst221 | <task_name> | string identifying task. |
223 | "prio" | task priority. |
225 | "tid" | numeric task ID. |
227 | "state" | numeric task state. |
229 | "stkuse" | task's/thread's stack usage. |
231 | "stksiz" | task's/thread's stack size. |
233 | "cswcnt" | task's/thread's context switches. |
235 | "runtime" | task's/thread's runtime in "ticks". |
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
DKconfig.loapic20 A special situation may occur when a processor raises its task
/Zephyr-Core-3.5.0/lib/posix/getopt/
DREADME18 the arguments string, looking for supported options. Typically, this task
/Zephyr-Core-3.5.0/drivers/flash/
DKconfig.nrf55 to perform other task by MCU.
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/
DREADME.rst52 to complete the computational task.
/Zephyr-Core-3.5.0/drivers/timer/
Dnrf_rtc_timer.c146 nrf_rtc_task_t task = offsetof(NRF_RTC_Type, TASKS_CAPTURE[chan]); in z_nrf_rtc_timer_capture_task_address_get() local
148 return nrf_rtc_task_address_get(RTC, task); in z_nrf_rtc_timer_capture_task_address_get()
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Drunner.py1235 task = pipeline.get_nowait()
1239 instance = task['test']
1242 pb.process(pipeline, done_queue, task, lock, results)
1248 task = pipeline.get_nowait()
1252 instance = task['test']
1255 pb.process(pipeline, done_queue, task, lock, results)
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/
DREADME.rst15 the shared memory and triggers IPC task which results in the interrupt on the network
/Zephyr-Core-3.5.0/doc/kernel/services/
Dindex.rst15 requirements (such as a set of interrupt handlers and a single background task).

12