ESP-IDF
intr_free_for_other_cpu()
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
intr_free_for_other_cpu()
intr_free_for_other_cpu() function
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:723
static
void
intr_free_for_other_cpu
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
intr_free_for_other_cpu
(
void
*
arg
)
intr_alloc.c:723
esp_err_t
ret
=
esp_ipc_call_blocking
(
handle
->
vector_desc
->
cpu
,
&
intr_free_for_other_cpu
,
(
void
*
)
handle
)
;
intr_alloc.c:750
esp_intr_free()
Call Tree
from
examples
intr_free_for_other_cpu()
calls 1 function:
All items filtered out
intr_free_for_other_cpu()
intr_free_for_current_cpu()
All items filtered out
Data Use
from
examples
intr_free_for_other_cpu()
:
All items filtered out
intr_free_for_other_cpu()
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