ESP-IDF
sdmmc_dev_t::uhs
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::uhs
sdmmc_dev_t::uhs field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:337
volatile
union
{
struct
{
uint32_t
voltage
:
16
;
uint32_t
ddr
:
16
;
}
;
uint32_t
val
;
}
uhs
;
Examples
References
from
examples
Code
Location
Referrer
}
uhs
;
///< UHS related settings
sdmmc_struct.h:343
uint32_t
ddr_reg_val
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
uhs
,
ddr
)
;
sdmmc_ll.h:432
sdmmc_ll_enable_ddr_mode()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
uhs
,
ddr
,
ddr_reg_val
)
;
sdmmc_ll.h:435
sdmmc_ll_enable_ddr_mode()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
uhs
,
ddr
,
ddr_reg_val
)
;
sdmmc_ll.h:439
sdmmc_ll_enable_ddr_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_dev_t::uhs
is read by 1 function:
All items filtered out
sdmmc_dev_t::uhs
sdmmc_ll_enable_ddr_mode()
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