Home
last modified time | relevance | path

Searched refs:task_id (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_etm.c98 uint32_t task_id = 0; in gdma_new_etm_task() local
101 task_id = GDMA_LL_RX_ETM_TASK_TABLE(group->group_id, pair->pair_id, config->task_type); in gdma_new_etm_task()
104 task_id = GDMA_LL_TX_ETM_TASK_TABLE(group->group_id, pair->pair_id, config->task_type); in gdma_new_etm_task()
107 ESP_GOTO_ON_FALSE(task_id != 0, ESP_ERR_NOT_SUPPORTED, err, TAG, "not supported task type"); in gdma_new_etm_task()
113 task->base.task_id = task_id; in gdma_new_etm_task()
/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c215 uint32_t task_id = 0; in gpio_new_etm_task() local
218 task_id = GPIO_LL_ETM_TASK_ID_SET(chan_id); in gpio_new_etm_task()
221 task_id = GPIO_LL_ETM_TASK_ID_CLR(chan_id); in gpio_new_etm_task()
224 task_id = GPIO_LL_ETM_TASK_ID_TOG(chan_id); in gpio_new_etm_task()
231 task->base.task_id = task_id; in gpio_new_etm_task()
233 ESP_LOGD(TAG, "new task @%p, task_id=%"PRIu32", chan_id=%d", task, task_id, chan_id); in gpio_new_etm_task()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Detm_ll.h98 hw->channel[chan].task_id.task_id = task; in etm_ll_channel_set_task()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Detm_ll.h99 hw->channel[chan].task_id.task_id = task; in etm_ll_channel_set_task()
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c247 uint32_t task_id = 0; in esp_etm_channel_connect() local
254 task_id = task->task_id; in esp_etm_channel_connect()
257 etm_ll_channel_set_task(group->hal.regs, chan->chan_id, task_id); in esp_etm_channel_connect()
261 ESP_LOGD(TAG, "channel %d => task %"PRIu32, chan->chan_id, task_id); in esp_etm_channel_connect()
301 etm_chan->task ? etm_chan->task->task_id : 0); in esp_etm_dump()
DREADME.md45 #int task_id
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Detm_interface.h56 uint32_t task_id; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_etm_struct.h693 uint32_t task_id:8; member
739 soc_etm_chn_task_id_reg_t task_id; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_etm_struct.h693 uint32_t task_id:8; member
739 soc_etm_chn_task_id_reg_t task_id; member