adapnex::core::ClockGenerator::operator()

Function call operator

Synopsis

Declared in <adapnex/core/timer.h>

void
operator()(
    bool EN,
    Duration PT);

Parameters

Name Description

EN

Input that enables the pulse generation when true.

PT

Input defining the duration between the generated pulses.

Created with MrDocs