ESP-IDF
get_host_ocr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_host_ocr()
get_host_ocr() function
Syntax
Show:
Summary
Declaration
from
sdmmc_common.h:166
static
inline
uint32_t
get_host_ocr
(
float
voltage
)
;
Arguments
Argument
voltage
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint32_t
get_host_ocr
(
float
voltage
)
sdmmc_common.h:166
uint32_t
host_ocr
=
get_host_ocr
(
card
->
host
.
io_voltage
)
;
sdmmc_common.c:33
sdmmc_init_ocr()
uint32_t
host_ocr
=
get_host_ocr
(
card
->
host
.
io_voltage
)
;
sdmmc_io.c:108
sdmmc_init_io()
uint32_t
host_ocr
=
get_host_ocr
(
card
->
host
.
io_voltage
)
;
sdmmc_sd.c:31
sdmmc_init_sd_if_cond()
Call Tree
from
examples
get_host_ocr()
is called by 3 functions:
sdmmc_init_ocr()
sdmmc_init_io()
sdmmc_init_sd_if_cond()
All items filtered out
get_host_ocr()
All items filtered out
Data Use
from
examples
get_host_ocr()
:
All items filtered out
get_host_ocr()
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