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.

CC3235SF: 使用中断时如何关闭引脚中断呢?

Part Number: CC3235SF
Other Parts Discussed in Thread: ADS1299

请问在使用引脚中断时,初始化调用了GPIO_setCallback(CONFIG_ADS1299_DRDY, DRDYFxn0);
同时开启了中断GPIO_enableInt(CONFIG_ADS1299_DRDY); //开启中断,但在中断服务函数里关闭了引脚中断,发现好像没有用GPIO_disableInt(CONFIG_ADS1299_DRDY); //关闭中断,对应的中断没有被关闭,请问应该怎么才能关闭中断呢?相关的例程里没有找到如何关闭中断。