-
CONFIG_MODBUS_NUMOF_RAW_ADU
¶
Number of raw ADU instances
Type: int
Help¶
Number of raw ADU instances.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr>/subsys/modbus/Kconfig:61
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/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.)