ESP-IDF
esp_ipc_isr_port_int_trigger()
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
esp_ipc_isr_port_int_trigger()
esp_ipc_isr_port_int_trigger() function
Trigger an interrupt on a specific CPU core.
Syntax
Show:
Summary
Declaration
Definition
from
esp_ipc_isr_port.h:33
void
esp_ipc_isr_port_int_trigger
(
const
int
cpuid
)
;
Implemented in
esp_ipc_isr_port.c:26
Arguments
Argument
Description
cpuid
The ID of the CPU core to trigger the interrupt on (0 or 1).
Examples
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