esp_ipc_isr_port_init() function
Initialize the IPC ISR interrupt for a specific CPU. This function initializes the IPC ISR (Inter-Processor Communication Interrupt) for a specific CPU core. It configures the interrupt source and enables the IPC ISR interrupt for the specified CPU.
Syntax
void esp_ipc_isr_port_init(const int cpuid); Arguments
cpuid
The ID of the CPU core to initialize IPC ISR for.
esp_ipc_isr_port_init() is called by 1 function and calls 3 functions:
![]()
esp_ipc_isr_port_init()
esp_ipc_isr_port_init() reads 1 variable:
![]()
esp_ipc_isr_port_init()