Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgdma_struct.h238 …uint32_t out_data_burst_en : 1; /*Set this bit to 1 to enable INCR burst transfer … member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgdma_struct.h230 …uint32_t out_data_burst_en: 1; /*Set this bit to 1 to enable INCR burst transfer for… member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duhci_struct.h40 uint32_t out_data_burst_en: 1; /*Set this bit to enable DMA burst MODE*/ member
Di2s_struct.h230 uint32_t out_data_burst_en: 1; member
Dspi_struct.h388 … uint32_t out_data_burst_en: 1; /*spi dma read data from memory in burst mode.*/ member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgdma_struct.h507 uint32_t out_data_burst_en:1; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duhci_struct.h31 uint32_t out_data_burst_en: 1; member
Di2s_struct.h248 …uint32_t out_data_burst_en: 1; /*Transmitter data transfer mode configuration bit. 1:… member
Dspi_struct.h279 … uint32_t out_data_burst_en: 1; /*spi dma read data from memory in burst mode.*/ member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dgdma_struct.h507 uint32_t out_data_burst_en:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgdma_struct.h194 …uint32_t out_data_burst_en : 1; /*Set this bit to 1 to enable INCR burst transfer … member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgdma_ll.h319 dev->channel[channel].out.out_conf0.out_data_burst_en = enable; in gdma_ll_tx_enable_data_burst()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgdma_ll.h319 dev->channel[channel].out.out_conf0.out_data_burst_en = enable; in gdma_ll_tx_enable_data_burst()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgdma_ll.h366 dev->channel[channel].out.conf0.out_data_burst_en = enable; in gdma_ll_tx_enable_data_burst()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgdma_ll.h376 dev->channel[channel].out.out_conf0.out_data_burst_en = enable; in gdma_ll_tx_enable_data_burst()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgdma_ll.h376 dev->channel[channel].out.out_conf0.out_data_burst_en = enable; in gdma_ll_tx_enable_data_burst()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h1057 dma_out->dma_conf.out_data_burst_en = enable; in spi_dma_ll_tx_enable_burst_data()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1239 dma_out->dma_conf.out_data_burst_en = enable; in spi_dma_ll_tx_enable_burst_data()