This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Calling PIN_setInterrupt() multiple times even if the interrupt is enabled already hampers anything?

Part Number: LAUNCHXL-CC26X2R1

In my code, PIN_setInterrupt() is used to disable the interrupt for a specific pin.

However, I need to call PIN_setInterrupt() multiple times to enable the interrupt for a specific PIN even if sometimes the interrupt for this pin is already enabled. Calling PIN_setInterrupt() multiple times to enable the interrupt for the same pin for which the interrupt is already enabled causes any issue?

I am using SDK v3.20.