Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c70 mcp_hdl->out_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install()
72 mcp_hdl->in_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install()
135 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_receive()
136 desc->dw0.suc_eof = 0; in async_memcpy_prepare_receive()
137 desc->dw0.size = asmcp->max_dma_buffer_size; in async_memcpy_prepare_receive()
148 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_receive()
150 desc->dw0.suc_eof = 0; in async_memcpy_prepare_receive()
151 desc->dw0.size = size; in async_memcpy_prepare_receive()
176 if (desc->dw0.owner != DMA_DESCRIPTOR_BUFFER_OWNER_DMA) { in async_memcpy_prepare_transmit()
177 desc->dw0.suc_eof = 0; // not the end of the transaction in async_memcpy_prepare_transmit()
[all …]
/hal_espressif-latest/components/hal/
Dadc_hal.c250 .dw0.size = this_len, in adc_hal_digi_dma_link_descriptors()
251 .dw0.length = 0, in adc_hal_digi_dma_link_descriptors()
252 .dw0.suc_eof = 0, in adc_hal_digi_dma_link_descriptors()
253 .dw0.owner = 1, in adc_hal_digi_dma_link_descriptors()
317 eof_desc->dw0.owner = 1; in adc_hal_get_reading_result()
319 eof_len += eof_desc->dw0.length; in adc_hal_get_reading_result()
327 eof_desc->dw0.owner = 1; in adc_hal_get_reading_result()
328 eof_len += eof_desc->dw0.length; in adc_hal_get_reading_result()
/hal_espressif-latest/components/hal/include/hal/
Ddma_types.h29 } dw0; /*!< Descriptor Word 0 */ member