ESP-IDF
sdmmc_dev_t::bmod
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::bmod
sdmmc_dev_t::bmod field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:354
volatile
union
{
struct
{
uint32_t
sw_reset
:
1
;
uint32_t
fb
:
1
;
uint32_t
dsl
:
5
;
uint32_t
enable
:
1
;
uint32_t
pbl
:
3
;
uint32_t
reserved
:
21
;
}
;
uint32_t
val
;
}
bmod
;
Examples
References
from
examples
Code
Location
Referrer
}
bmod
;
sdmmc_struct.h:364
hw
->
bmod
.
val
=
0
;
sdmmc_ll.h:603
sdmmc_ll_init_dma()
hw
->
bmod
.
sw_reset
=
1
;
sdmmc_ll.h:604
sdmmc_ll_init_dma()
hw
->
bmod
.
enable
=
en
;
sdmmc_ll.h:620
sdmmc_ll_enable_dma()
hw
->
bmod
.
fb
=
en
;
sdmmc_ll.h:621
sdmmc_ll_enable_dma()
hw
->
bmod
.
fb
=
0
;
sdmmc_ll.h:633
sdmmc_ll_stop_dma()
hw
->
bmod
.
enable
=
0
;
sdmmc_ll.h:634
sdmmc_ll_stop_dma()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_dev_t::bmod
is read by 3 functions:
All items filtered out
sdmmc_dev_t::bmod
sdmmc_ll_init_dma()
sdmmc_ll_enable_dma()
sdmmc_ll_stop_dma()
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