Hi;
We can use the function below to set a GPIO pin to get an interrupt on both rising or falling edge. In other words, an interrupt will occur on either rising or falling edge. But when the interrupt is occurring, how we know the current interrupt is on rising or falling edge? Any function to use to find out what kind of edge triggered the interrupt?
GPIO_setInterruptType(GPIO_INT_XINT1, GPIO_INT_TYPE_BOTH_EDGES);
Thanks and regards
Wen Li