adapnex::drivers::bnr_x2x::X2XModule::CyclicRegister::Direction

Synopsis

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

enum Direction : uint8_t;

Members

Name

Description

kInputDynamic

Input register whose position in the X2X process image is assigned dynamically by the bus controller's mapper.

kOutputDynamic

Output register whose position in the X2X process image is assigned dynamically by the bus controller's mapper.

kInputFixed

Input register at a fixed, module‐defined offset in the X2X process image.

kOutputFixed

Output register at a fixed, module‐defined offset in the X2X process image.

Created with MrDocs