/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_dppi.h | 193 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/ |
D | Kconfig.ivshmem | 7 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/ |
D | Kconfig | 10 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/ |
D | README.rst | 1 .. 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/ |
D | main.c | 16 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/ |
D | index.rst | 18 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/ |
D | Kconfig | 50 int "Monitor task execution period" 53 Monitor task execution period in milliseconds. The monitor task is
|
/Zephyr-Core-3.5.0/tests/kernel/context/ |
D | README.txt | 21 - 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/ |
D | README.txt | 20 | 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/ |
D | Kconfig.defconfig | 16 # large, especially with logs enabled. Since it is called from IDLE task,
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx/ |
D | README.rst | 20 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/ |
D | Kconfig | 51 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/ |
D | README.txt | 75 (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/ |
D | multilib.txt | 19 Fatal fault in essential task ! Spinning...
|
/Zephyr-Core-3.5.0/doc/hardware/arch/ |
D | arc-support-status.rst | 85 .. [#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/ |
D | README.rst | 15 to complete the computational task.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 221 | <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/ |
D | Kconfig.loapic | 20 A special situation may occur when a processor raises its task
|
/Zephyr-Core-3.5.0/lib/posix/getopt/ |
D | README | 18 the arguments string, looking for supported options. Typically, this task
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | Kconfig.nrf | 55 to perform other task by MCU.
|
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/ |
D | README.rst | 52 to complete the computational task.
|
/Zephyr-Core-3.5.0/drivers/timer/ |
D | nrf_rtc_timer.c | 146 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/ |
D | runner.py | 1235 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/ |
D | README.rst | 15 the shared memory and triggers IPC task which results in the interrupt on the network
|
/Zephyr-Core-3.5.0/doc/kernel/services/ |
D | index.rst | 15 requirements (such as a set of interrupt handlers and a single background task).
|