ESP-IDF
esp_pm_lock::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_pm_lock::type
esp_pm_lock::type field
type passed to esp_pm_lock_create
Syntax
Show:
Summary
Declaration
from
pm_locks.c:20
esp_pm_lock_type_t
type
;
Examples
References
from
examples
Code
Location
Referrer
esp_pm_lock_type_t
type
;
/*!< type passed to esp_pm_lock_create */
pm_locks.c:20
new_lock
->
type
=
lock_type
;
pm_locks.c:63
esp_pm_lock_create()
snprintf
(
buf
,
len
,
"%-14s %-5d %-8d\n"
,
s_lock_type_names
[
it
->
type
]
,
it
->
arg
,
it
->
count
)
;
pm_locks.c:199
esp_pm_dump_locks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_pm_lock::type
is written by 1 function and is read by 1 function:
esp_pm_lock_create()
All items filtered out
esp_pm_lock::type
esp_pm_dump_locks()
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