Hello Leo,
Sorry that I was not clear. I have a pulse which signals an event and I want to use a falling edge detect interrupt to catch it. I don't want to measure the pulse width.
The specification that you highlighted is the maximum transition time, but that does not define how long the pulse needs to be for it to trigger the interrupt. The transition time on my signal is much shorter than the maximum (mine is around 0.7ns).
If you don't have a specification, could you tell me how the edge-detect works? Is it a digital circuit that might change with clock frequency, or is it implemented using a delay line?