ESP-IDF
i2s_dma_t::auto_clear_after_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_dma_t::auto_clear_after_cb
i2s_dma_t::auto_clear_after_cb field
Set to auto clear DMA TX descriptor after callback, i2s will always send zero automatically if no data to send
Syntax
Show:
Summary
Declaration
from
i2s_private.h:120
bool
auto_clear_after_cb
;
Examples
References
from
examples
Code
Location
Referrer
bool
auto_clear_after_cb
;
/*!< Set to auto clear DMA TX descriptor after callback, i2s will always send zero automatically if no data to send */
i2s_private.h:120
if
(
handle
->
dma
.
auto_clear_after_cb
)
{
i2s_common.c:738
i2s_dma_tx_callback()
i2s_obj
->
tx_chan
->
dma
.
auto_clear_after_cb
=
chan_cfg
->
auto_clear_after_cb
;
i2s_common.c:979
i2s_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_dma_t::auto_clear_after_cb
is written by 1 function and is read by 1 function:
i2s_new_channel()
All items filtered out
i2s_dma_t::auto_clear_after_cb
i2s_dma_tx_callback()
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