Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Ddma_types.h27 uint32_t suc_eof : 1; /*!< Whether the descriptor is the last one in the link */ member
/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c136 desc->dw0.suc_eof = 0; in async_memcpy_prepare_receive()
150 desc->dw0.suc_eof = 0; in async_memcpy_prepare_receive()
177 desc->dw0.suc_eof = 0; // not the end of the transaction in async_memcpy_prepare_transmit()
192 desc->dw0.suc_eof = 1; // end of the transaction in async_memcpy_prepare_transmit()
/hal_espressif-latest/components/hal/
Dadc_hal.c252 .dw0.suc_eof = 0, in adc_hal_digi_dma_link_descriptors()