adapnex::core::ClockGenerator::operator()
Function call operators
Synopses
Declared in <adapnex/core/timer.h>
void
operator()(
bool EN,
Duration PT);
Function call operator
void
operator()(
bool const EN,
Duration const PT,
bool& CLK);
Parameters
| Name | Description |
|---|---|
EN |
Input that enables the pulse generation when true. |
PT |
Input defining the duration between the generated pulses. |
CLK |
Output that becomes true for one invocation every the duration PT has passed. |
Created with MrDocs