ESP-IDF
sdmmc_dev_t::
::
::dma_reset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
sdmmc_dev_t::
::
::dma_reset
sdmmc_dev_t::
::
::dma_reset field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:83
uint32_t
dma_reset
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
dma_reset
:
1
;
sdmmc_struct.h:83
hw
->
ctrl
.
dma_reset
=
1
;
sdmmc_ll.h:316
sdmmc_ll_reset_dma()
return
hw
->
ctrl
.
dma_reset
==
0
;
sdmmc_ll.h:328
sdmmc_ll_is_dma_reset_done()
hw
->
ctrl
.
dma_reset
=
1
;
//here might be an issue as we don't wait the `dma_reset` to be self-cleared, check in next steps
sdmmc_ll.h:632
sdmmc_ll_stop_dma()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_dev_t::
::
::dma_reset
is written by 2 functions and is read by 1 function:
sdmmc_ll_reset_dma()
sdmmc_ll_stop_dma()
All items filtered out
sdmmc_dev_t::
::
::dma_reset
sdmmc_ll_is_dma_reset_done()
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