adapnex::drivers::bnr_x2x::X20DS4389::EdgeGenerator::Edge::Configure

Enable and configure this edge.

Synopsis

Declared in <adapnex/drivers/bnr_x2x/x20ds4389.h>

void
Configure(
    Channel channel,
    Polarity polarity,
    Trigger source,
    bool ring_header = false);

Parameters

Name Description

channel

Output channel the edge is produced on (must be one of channels 3, 4, 7, 8, and that channel must be configured as an output).

polarity

Rising or falling transition.

source

The edge this edge is scheduled relative to. The edge fires Offset microseconds after the source edge fires.

ring_header

If true, this edge acts as the entry point of a ring of mutually‐referencing edges. Exactly one edge in each ring must set this.

Created with MrDocs