ESP-IDF
uart_free_driver_obj()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_free_driver_obj()
uart_free_driver_obj() function
Syntax
Show:
Summary
Declaration
from
uart.c:1634
static
void
uart_free_driver_obj
(
uart_obj_t
*
uart_obj
)
;
Arguments
Argument
uart_obj
Examples
References
from
examples
Code
Location
Referrer
static
void
uart_free_driver_obj
(
uart_obj_t
*
uart_obj
)
uart.c:1634
uart_free_driver_obj
(
uart_obj
)
;
uart.c:1712
uart_alloc_driver_obj()
uart_free_driver_obj
(
p_uart_obj
[
uart_num
]
)
;
uart.c:1808
uart_driver_delete()
Call Tree
from
examples
uart_free_driver_obj()
is called by 2 functions and calls 5 functions:
uart_alloc_driver_obj()
uart_driver_delete()
All items filtered out
uart_free_driver_obj()
heap_caps_free()
vQueueDeleteWithCaps()
vSemaphoreDeleteWithCaps()
vRingbufferDeleteWithCaps()
esp_pm_lock_delete()
All items filtered out
Data Use
from
examples
uart_free_driver_obj()
reads 10 variables:
uart_obj_t::rx_data_buf
uart_obj_t::event_queue
uart_obj_t::rx_ring_buf
uart_obj_t::tx_ring_buf
uart_obj_t::rx_mux
uart_obj_t::tx_mux
uart_obj_t::tx_fifo_sem
uart_obj_t::tx_done_sem
uart_obj_t::tx_brk_sem
uart_obj_t::pm_lock
All items filtered out
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