ESP-IDF
sdm_channel_t::pm_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdm_channel_t::pm_lock
sdm_channel_t::pm_lock field
Syntax
Show:
Summary
Declaration
from
sdm.c:73
esp_pm_lock_handle_t
pm_lock
;
Examples
References
from
examples
Code
Location
Referrer
esp_pm_lock_handle_t
pm_lock
;
// PM lock, for glitch filter, as that module can only be functional under APB
sdm.c:73
if
(
chan
->
pm_lock
)
{
sdm.c:184
sdm_destroy()
ESP_RETURN_ON_ERROR
(
esp_pm_lock_delete
(
chan
->
pm_lock
)
,
TAG
,
"delete pm lock failed"
)
;
sdm.c:185
sdm_destroy()
ret
=
esp_pm_lock_create
(
pm_type
,
0
,
chan
->
pm_lock_name
,
&
chan
->
pm_lock
)
;
sdm.c:225
sdm_new_channel()
if
(
chan
->
pm_lock
)
{
sdm.c:296
sdm_channel_enable()
ESP_RETURN_ON_ERROR
(
esp_pm_lock_acquire
(
chan
->
pm_lock
)
,
TAG
,
"acquire pm_lock failed"
)
;
sdm.c:297
sdm_channel_enable()
if
(
chan
->
pm_lock
)
{
sdm.c:309
sdm_channel_disable()
ESP_RETURN_ON_ERROR
(
esp_pm_lock_release
(
chan
->
pm_lock
)
,
TAG
,
"release pm_lock failed"
)
;
sdm.c:310
sdm_channel_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_channel_t::pm_lock
is read by 3 functions:
All items filtered out
sdm_channel_t::pm_lock
sdm_destroy()
sdm_channel_enable()
sdm_channel_disable()
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