1.28.8.4 PPI_SPI_HANDLER Typedef
C
typedef void (*PPI_SPI_HANDLER) (void);
Summary
Defines the function pointer data type and function signature for the PPI/SPI Interrupt Handler.
Description
This typedef defines the function signature for PPI/SPI interrupt handler. Application code can implement handlers and then register them with the GIC_RegisterPeripheralInterruptHandler() function.
Note: Harmony3 plibs register their interrupt handler directly with GIC plib (i.e. not using the GIC_RegisterPeripheralInterruptHandler() function).
Parameters
None
Returns
None.