I init the gpio with interrupt,when the MCU get a interrupt event,and then if i can disable the interrupt,because i use this gpio as other function?
Hi,
Yes. You can call the CyU3PGpifSetSimpleConfig API again to configure the GPIO again for the second time without any interrupt enabled. By this you can use the GPIO for other functions.
Regards,
- Madhu Sudhan
Can i call the CyU3PGpifSetSimpleConfig API again in the interrupt function?