IPC ISR Callback The callback must be written: - in assembly for XTENSA chips (such as ESP32, ESP32S3). - in C or assembly for RISCV chips (such as ESP32P4). A callback of this type should be provided as an argument when calling esp_ipc_isr_call() or esp_ipc_isr_call_blocking().