adapnex::core::TOF::operator()
Function call operator
Synopsis
Declared in <adapnex/core/timer.h>
void
operator()(
bool IN,
Duration PT);
Parameters
| Name | Description |
|---|---|
IN |
Starts the timer with a falling edge and resets the timer with a rising edge. |
PT |
Time that must pass before Q is reset. |
Created with MrDocs