ESP-IDF
sdmmc_dev_t::hcon
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::hcon
sdmmc_dev_t::hcon field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:292
volatile
union
{
struct
{
uint32_t
card_type_reg
:
1
;
uint32_t
card_num_reg
:
5
;
uint32_t
bus_type_reg
:
1
;
uint32_t
data_width_reg
:
3
;
uint32_t
addr_width_reg
:
6
;
uint32_t
reserved_16
:
2
;
uint32_t
dma_width_reg
:
3
;
uint32_t
ram_indise_reg
:
1
;
uint32_t
hold_reg
:
1
;
uint32_t
reserved_23
:
1
;
uint32_t
num_clk_div_reg
:
2
;
uint32_t
reserved_26
:
6
;
}
;
uint32_t
val
;
}
hcon
;
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