ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_ipc_isr_call_blocking()
from the following samples and libraries:
riscv sample
xtensa sample
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
esp_ipc_isr_call_blocking()
esp_ipc_isr_call_blocking() function
Execute an ISR callback on the other CPU and busy-wait until it completes This function is identical to esp_ipc_isr_call() except that this function will busy-wait until the execution of the callback completes.
Syntax
Show:
Summary
Declaration
Definition
from
esp_ipc_isr.h:65
void
esp_ipc_isr_call_blocking
(
esp_ipc_isr_func_t
func
,
void
*
arg
)
;
Implemented in
esp_ipc_isr.c:73
Arguments
Argument
Description
func
Pointer to a function of type void func(void* arg) to be executed
arg
Arbitrary argument of type void* to be passed into the function
Notes
This function is not available in single-core mode.
Examples
esp_ipc_isr_call_blocking()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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