Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c288 bool en_burst = true; in gdma_set_transfer_ability() local
330 en_burst = sram_alignment >= 4; in gdma_set_transfer_ability()
331 gdma_ll_rx_enable_data_burst(group->hal.dev, pair->pair_id, en_burst); in gdma_set_transfer_ability()
332 gdma_ll_rx_enable_descriptor_burst(group->hal.dev, pair->pair_id, en_burst); in gdma_set_transfer_ability()
341 …group->group_id, pair->pair_id, sram_alignment, psram_alignment, en_burst ? "enabled" : "disabled"… in gdma_set_transfer_ability()