dma_descriptor_s is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct { uint32_t size : 12; uint32_t length : 12; uint32_t reversed24_27 : 4; uint32_t err_eof : 1; uint32_t reserved29 : 1; uint32_t suc_eof : 1; uint32_t owner : 1; }
Descriptor Word 0.
void *
Pointer to the buffer.
Pointer to the next descriptor (set to NULL if the descriptor is the last one, e.g. suc_eof=1).

References

from examples