adapnex::core::ClockGenerator

A pulse generator that can be used to generate cyclic pulses.

Synopsis

Declared in <adapnex/core/timer.h>

class ClockGenerator;

Member Functions

Name

Description

operator()

Function call operators

Data Members

Name

Description

CLK

Output that becomes true for one invocation every the duration PT has passed.

EN

Input that enables the pulse generation when true.

PT

Input defining the duration between the generated pulses.

Created with MrDocs