MX Foundation 4
Module Attributes

Clock Mode

The KMXF_ASCB_MODULE_CLOCK_MODE enables or disables the clock mode. When enabled, B1 and B2 ports become the clock in/out ports (version A operation). This attribute is a global module attribute. Note that it is not possible to enable transmission on B1 or B2 if the clock mode is already enabled.

Constant Value
VMXF_DISABLE Disable clock mode (default)
VMXF_ENABLE Enable clock mode


Loopback Mode

The KMXF_ASCB_MODULE_TX_RX_TEST_LB attribute holds the module internal loopback enable state. When the loopback mode is enabled, the received data will come from the corresponding transceiver channel instead of the normal behavior where the received data comes from the transceiver line interface. This feature is intended for a demo application or for test purposes. Transmissions are still sent on the bus when loopback mode is enabled.

Constant Value
VMXF_DISABLE Disable loopback (default)
VMXF_ENABLE Enable loopback


Updated 10/23/2023