Searched refs:tasks (Results 1 – 10 of 10) sorted by relevance
17 …on ETM channel allocation and offers APIs to connect the channel with ETM tasks and ETM events tha…18 …support generating different kinds of ETM events, and accept multiple ETM tasks. These extensions …67 -gptimer_etm_task_t[] tasks
97 if (params->tasks) { in heap_caps_get_per_task_info()100 if (btask == params->tasks[i]) { in heap_caps_get_per_task_info()
37 gpio_etm_task_t *tasks[SOC_GPIO_ETM_TASKS_PER_GROUP]; member87 if (!group->tasks[j]) { in gpio_etm_task_register_to_group()89 group->tasks[j] = task; in gpio_etm_task_register_to_group()115 group->tasks[chan_id] = NULL; in gpio_etm_task_unregister_from_group()
64 TaskHandle_t *tasks; ///< Array of tasks whose block info is returned member
40 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
49 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
76 …internal memory, for example the stack for new tasks or memory to service DMA or have memory that's
416 The Task Watchdog Timer can be used to make sure individual tasks are still465 tasks depend on the Idle Task getting some runtime every now and then.585 …Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows …
268 … normally tasks cannot be safely run with their stack residing in external memory; for this reason272 …Bluetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in extern…
245 Prevents starvation of other tasks.