ESP-IDF
uart_obj_t::intr_handle
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
uart_obj_t::intr_handle
uart_obj_t::intr_handle field
UART interrupt handle
Syntax
Show:
Summary
Declaration
from
uart.c:133
intr_handle_t
intr_handle
;
Examples
References
from
examples
Code
Location
Referrer
intr_handle_t
intr_handle
;
/*!< UART interrupt handle*/
uart.c:133
&
p_uart_obj
[
uart_num
]
->
intr_handle
)
;
uart.c:1783
uart_driver_install()
esp_intr_free
(
p_uart_obj
[
uart_num
]
->
intr_handle
)
;
uart.c:1804
uart_driver_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_obj_t::intr_handle
is read by 1 function:
All items filtered out
uart_obj_t::intr_handle
uart_driver_delete()
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