ACX_PIN_CONFIG_INIT macro (acxpin.h)

The ACX_PIN_CONFIG_INIT macro calls the ACX_PIN_CONFIG_INIT_ID function with the default ID value.

Syntax

#define ACX_PIN_CONFIG_INIT(cfg) \
    ACX_PIN_CONFIG_INIT_ID(cfg, AcxPinIdDefault)

Parameters

cfg

A pointer to the ACX_PIN_CONFIG structure to initialize.

Return value

None

Remarks

This call uses AcxPinIdDefault as the ID for all newly added ACXPINs. When AcxPinIdDefault is specified, ACX assigns the next sequential ID based on the previous added ACXPINs.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxpin.h

See also