The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_MODBUS_NUMOF_RAW_ADU

Number of raw ADU instances

Type: int

Help

Number of raw ADU instances.

Direct dependencies

MODBUS_RAW_ADU && MODBUS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/modbus/Kconfig:61

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:37

Menu path: (Top) → Sub Systems and OS Services → Modbus support → Modbus raw ADU support

config MODBUS_NUMOF_RAW_ADU
    int "Number of raw ADU instances"
    range 1 4
    depends on MODBUS_RAW_ADU && MODBUS
    help
      Number of raw ADU instances.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)