Trigger software interrupt.
Prototype
s32 XTriggerSoftwareIntr(u32 IntrId, UINTPTR IntcParent, u32 Cpu_Id);
Parameters
The following table lists the XTriggerSoftwareIntr function arguments.
| Name | Description |
|---|---|
| IntrId | Targeted interrupt ID |
| IntcType | Parent interrupt controller base address in encoded format |
| Cpu_Id | List of CPUs to send the interrupt. NA for AXI INTC. For VERSAL_NET bits 0-7 specifies core ID to send the interrupt. bits 8-15 specifies the cluster id. |