ESP-IDF
+
0
/7 examples
SourceVu will show references to
sdmmc_host_set_cclk_always_on()
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_cclk_always_on()
sdmmc_host_set_cclk_always_on() function
Enable or disable always-on card clock When cclk_always_on is false, the host controller is allowed to shut down the card clock between the commands. When cclk_always_on is true, the clock is generated even if no command is in progress.
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_host.h:163
esp_err_t
sdmmc_host_set_cclk_always_on
(
int
slot
,
bool
cclk_always_on
)
;
Implemented in
sdmmc_host.c:988
Arguments
Argument
Description
slot
slot number
cclk_always_on
enable or disable always-on clock
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if the slot number is invalid
Examples
sdmmc_host_set_cclk_always_on()
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