Home
last modified time | relevance | path

Searched refs:auto_update_desc (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/driver/include/esp_private/
Dgdma.h136 …bool auto_update_desc; /*!< If set / clear, DMA channel enables / disables hardware to update desc… member
/device/soc/esp/esp32/components/esp_system/port/
Dasync_memcpy_impl_gdma.c63 .auto_update_desc = true, in async_memcpy_impl_init()
/device/soc/esp/esp32/components/driver/
Dgdma.c301 gdma_ll_tx_enable_auto_write_back(group->hal.dev, pair->pair_id, config->auto_update_desc); in gdma_apply_strategy()