SWRU543B January 2019 – June 2025 CC3230S , CC3230SF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Registers an interrupt handler for an I2S interrupt.
Parameters:
ulBasethe base address of the I2S module
pfnHandlera pointer to the function to be called when the I2S interrupt occursThis function registers the interrupt handler. This function enables the global interrupt in the interrupt controller; specific I2S interrupts must be enabled using
I2SIntEnable()
. The interrupt handler must clear the interrupt source.
See
IntRegister()
for information about registering interrupt handlers.
Returns:
None