ESP-IDF
uart_obj_t::pm_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_obj_t::pm_lock
uart_obj_t::pm_lock field
Syntax
Show:
Summary
Declaration
from
uart.c:163
esp_pm_lock_handle_t
pm_lock
;
Examples
References
from
examples
Code
Location
Referrer
esp_pm_lock_handle_t
pm_lock
;
///< Power management lock
uart.c:163
esp_pm_lock_acquire
(
p_uart_obj
[
uart_num
]
->
pm_lock
)
;
uart.c:1392
uart_wait_tx_done()
esp_pm_lock_release
(
p_uart_obj
[
uart_num
]
->
pm_lock
)
;
uart.c:1397
uart_wait_tx_done()
esp_pm_lock_acquire
(
p_uart_obj
[
uart_num
]
->
pm_lock
)
;
uart.c:1430
uart_tx_all()
esp_pm_lock_release
(
p_uart_obj
[
uart_num
]
->
pm_lock
)
;
uart.c:1476
uart_tx_all()
if
(
uart_obj
->
pm_lock
)
{
uart.c:1663
uart_free_driver_obj()
esp_pm_lock_delete
(
uart_obj
->
pm_lock
)
;
uart.c:1664
uart_free_driver_obj()
&
uart_obj
->
pm_lock
)
!=
ESP_OK
)
{
uart.c:1704
uart_alloc_driver_obj()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_obj_t::pm_lock
is read by 3 functions:
All items filtered out
uart_obj_t::pm_lock
uart_wait_tx_done()
uart_tx_all()
uart_free_driver_obj()
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