Allows a function call subsystem to be connected to its output that gets executed each time and edge change on the input pin was detected.
Description
Enables a function call subsystem to be connected that is executed on interrupt level each time an edge change on the input pin was detected. Because the code inside the connected subsystem is executed at interrupt level, it should be as short as possible to not negatively influence the interrupt latency time.
Output