adapnex::drivers::bnr_x2x::X20DS4389::ChannelDirection

Direction and output driver type for configurable I/O channels (3, 4, 7, 8).

Synopsis

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

enum ChannelDirection;

Members

Name

Description

kInput

Operate the channel as a digital input.

kOutputPush

Operate as output with the high‐side (push / source) driver only. Drives the output to +24 VDC when set, otherwise high‐impedance.

kOutputPull

Operate as output with the low‐side (pull / sink) driver only. Pulls the output to GND when set, otherwise high‐impedance.

kOutputPushPull

Operate as output with both drivers enabled (push‐pull). Actively drives the output to +24 VDC or GND.

Created with MrDocs