Back to Index

Falling-edge pulse. Outputs 1 for one cycle on a falling edge.

Signature

F_TRIG(sig, &q);

Example

F_TRIG(in(1), pulse);
if (pulse) { logn("Falling edge"); }