adapnex::core::TOF

An off‐delay timer that delays the falling edge of a signal by a defined duration.

Synopsis

Declared in <adapnex/core/timer.h>

class TOF;

Member Functions

Name

Description

operator()

Function call operators

Data Members

Name

Description

ET

If IN is true, the ET output is 0. As soon as IN is false, the duration in ET is incremented until the value reaches PT. It then remains equal to PT.

IN

Input that starts the timer with a falling edge and resets the timer with a rising edge.

PT

Input defining the time that must pass before Q is reset.

Q

Output that has a falling edge when the duration specified in PT has passed. Q is false, if IN is false and ET is equal to PT. Otherwise, Q is true.

Created with MrDocs