Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
DREADME.md17 …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
/hal_espressif-latest/components/heap/
Dheap_task_info.c97 if (params->tasks) { in heap_caps_get_per_task_info()
100 if (btask == params->tasks[i]) { in heap_caps_get_per_task_info()
/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c37 gpio_etm_task_t *tasks[SOC_GPIO_ETM_TASKS_PER_GROUP]; member
87 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()
/hal_espressif-latest/components/heap/include/
Desp_heap_task_info.h64 TaskHandle_t *tasks; ///< Array of tasks whose block info is returned member
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram40 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram49 … This should only be used for tasks where the stack is never accessed while the cache is disabled.
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common76 …internal memory, for example the stack for new tasks or memory to service DMA or have memory that's
/hal_espressif-latest/components/esp_system/
DKconfig416 The Task Watchdog Timer can be used to make sure individual tasks are still
465 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 …
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram268 … normally tasks cannot be safely run with their stack residing in external memory; for this reason
272 …Bluetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in extern…
/hal_espressif-latest/components/spi_flash/
DKconfig245 Prevents starvation of other tasks.