adapnex::core::R_TRIG::operator()

Function call operator

Synopsis

Declared in <adapnex/core/trigger.h>

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

Parameters

Name Description

CLK

Input signal to detect rising edges on.

Q

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

Created with MrDocs