I am trying to find an example of this behavior. I want to have a buffer-less interrupt to get as precise time measurement as possible on a pin.
I have a GPS PPS pin which is ticking and it would be ideal to be able to detect the pin going high with as low clock cycles as possible to ensure it is as accurate as possible, that way minor adjustments can be made to correct timing errors on the device. Is there a maybe a pin that can do this? My current GPIO interrupt system is based on the GPIO interrupt example but I am not 100% confident it is low enough latency for this situation.