adapnex::core::R_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 rising edges on. |
Q |
Output that is true for one invocation when the input CLK changes from false to true. |
Created with MrDocs