The Edge Detection API consists of the MONITOR_RISING_EDGES and MONITOR_FALLING_EDGES procedure calls. Both procedure are capable of creating a state machine transition due to a change of an input signal. In many use cases, however, a call to CONFIGURE_COUNTER with a boolean expression for the enable parameter can be used for the same functionality.
API Description | |
MONITOR_FALLING_EDGES | |
Procedure for detecting a falling edge of an input signal (overloaded) | |
MONITOR_RISING_EDGES | |
Procedure for detecting a rising edge of an input signal (overloaded) | |