ESP-IDF
s_pm_lock
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
s_pm_lock
s_pm_lock variable
Syntax
Show:
Summary
Declaration
from
sdmmc_transaction.c:72
static
esp_pm_lock_handle_t
s_pm_lock
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_pm_lock_handle_t
s_pm_lock
;
sdmmc_transaction.c:72
esp_err_t
err
=
esp_pm_lock_create
(
ESP_PM_APB_FREQ_MAX
,
0
,
"sdmmc"
,
&
s_pm_lock
)
;
sdmmc_transaction.c:98
sdmmc_host_transaction_handler_init()
esp_pm_lock_delete
(
s_pm_lock
)
;
sdmmc_transaction.c:112
sdmmc_host_transaction_handler_deinit()
s_pm_lock
=
NULL
;
sdmmc_transaction.c:113
sdmmc_host_transaction_handler_deinit()
esp_pm_lock_acquire
(
s_pm_lock
)
;
sdmmc_transaction.c:124
sdmmc_host_do_transaction()
esp_pm_lock_release
(
s_pm_lock
)
;
sdmmc_transaction.c:218
sdmmc_host_do_transaction()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_pm_lock
is written by 1 function and is read by 2 functions:
sdmmc_host_transaction_handler_deinit()
All items filtered out
s_pm_lock
sdmmc_host_transaction_handler_deinit()
sdmmc_host_do_transaction()
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