adapnex::core::F_TRIG::operator()

Function call operators

Synopses

Declared in <adapnex/core/trigger.h>

void
operator()(bool const CLK);

Function call operator

void
operator()(
    bool const CLK,
    bool& Q);

Parameters

Name Description

CLK

Input signal to detect falling edges on.

Q

Output that is true for one invocation when the input CLK changes from true to false.

Created with MrDocs