ESP-IDF
+
0
/7 examples
SourceVu will show references to
sdmmc_host_set_input_delay()
from the following samples and libraries:
simple_sniffer sample
emmc sample
perf_benchmark sample
jpeg_decode sample
jpeg_encode sample
host sample
sdmmc sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_host_set_input_delay()
sdmmc_host_set_input_delay() function
set input delay - This API sets delay when the SDMMC Host samples the signal from the SD Slave. - This API will check if the given `delay_phase` is valid or not. - This API will print out the delay time, in picosecond (ps)
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_host.h:274
esp_err_t
sdmmc_host_set_input_delay
(
int
slot
,
sdmmc_delay_phase_t
delay_phase
)
;
Implemented in
sdmmc_host.c:354
Arguments
Argument
Description
slot
slot number (SDMMC_HOST_SLOT_0 or SDMMC_HOST_SLOT_1)
delay_phase
delay phase, this API will convert the phase into picoseconds and print it out
Return value
- ESP_OK: ON success. - ESP_ERR_INVALID_ARG: Invalid argument. - ESP_ERR_NOT_SUPPORTED: ESP32 doesn't support this feature.
Notes
ESP32 doesn't support this feature, you will get an `ESP_ERR_NOT_SUPPORTED`
Examples
sdmmc_host_set_input_delay()
is referenced by 7 libraries and example projects:
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