adapnex::core::SquareWaveGenerator::operator()

Function call operator

Synopsis

Declared in <adapnex/core/timer.h>

void
operator()(
    bool EN,
    Duration PTON,
    Duration PTOFF);

Parameters

Name Description

EN

Input that enables the pulse generation when true.

PTON

Input defining the duration that the output CLK remains true during each cycle.

PTOFF

Input defining the duration that the output CLK remains false during each cycle.

Created with MrDocs