ESP-IDF
ret_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ret_handle
ret_handle variable
Syntax
Show:
Summary
Declaration
from
hli_api.c:119
static
intr_handle_t
ret_handle
;
Examples
References
from
examples
Code
Location
Referrer
static
intr_handle_t
ret_handle
;
hli_api.c:119
ESP_ERROR_CHECK
(
esp_intr_alloc
(
ETS_INTERNAL_SW1_INTR_SOURCE
,
ESP_INTR_FLAG_IRAM
,
queue_isr_handler
,
NULL
,
&
ret_handle
)
)
;
hli_api.c:204
hli_queue_setup()
esp_intr_free
(
ret_handle
)
;
hli_api.c:214
hli_queue_shutdown()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ret_handle
is read by 1 function:
All items filtered out
ret_handle
hli_queue_shutdown()
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