ESP-IDF
dma_descriptor_s
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dma_descriptor_s
dma_descriptor_s struct
Type of DMA descriptor the aligned to 4 bytes
Syntax
Show:
Summary
Declaration
Definition
from
dma_types.h:20
typedef
struct
dma_descriptor_s
dma_descriptor_t
;
Implemented in
dma_types.h:21
Fields
Field
Declared as
Description
dma_descriptor_s::dw0
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.
dma_descriptor_s::buffer
void
*
Pointer to the buffer.
dma_descriptor_s::next
dma_descriptor_t
*
Pointer to the next descriptor (set to NULL if the descriptor is the last one, e.g. suc_eof=1).
Related Functions
Found 2 other functions taking a
dma_descriptor_s
argument:
Function
Description
spicommon_dma_desc_setup_link()
Setupt/Configure dma descriptor link list
adc_dma_start()
Start DMA on ADC continuous mode
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out