ESP-IDF
esp_pm_lock::mode
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
esp_pm_lock::mode
esp_pm_lock::mode field
implementation-defined mode for this type of lock
Syntax
Show:
Summary
Declaration
from
pm_locks.c:22
pm_mode_t
mode
;
Examples
References
from
examples
Code
Location
Referrer
pm_mode_t
mode
;
/*!< implementation-defined mode for this type of lock*/
pm_locks.c:22
new_lock
->
mode
=
esp_pm_impl_get_mode
(
lock_type
,
arg
)
;
pm_locks.c:65
esp_pm_lock_create()
esp_pm_impl_switch_mode
(
handle
->
mode
,
MODE_LOCK
,
now
)
;
pm_locks.c:112
esp_pm_lock_acquire()
esp_pm_impl_switch_mode
(
handle
->
mode
,
MODE_UNLOCK
,
now
)
;
pm_locks.c:143
esp_pm_lock_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_pm_lock::mode
is written by 1 function and is read by 2 functions:
esp_pm_lock_create()
All items filtered out
esp_pm_lock::mode
esp_pm_lock_acquire()
esp_pm_lock_release()
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