2.50.2 GIC_RegisterSGIInterruptHandler Function
C
void GIC_RegisterSGIInterruptHandler(sgi_interrupt_handler_t pHandler);
Summary
Registers handler for Software Generated Interrupts.
Description
This API registers a handler for SGIs. This will result in a callback with the CPU ID when an SGI occurs.
Precondition
GIC_Initialize() is called
Parameters
| Param | Description |
|---|---|
| pHandler | Pointer to SGI interrupt handler. |
Returns
None.
Example
Refer to SGI Callback Function pointer
Remarks
None.
