:orphan: .. title:: ISOTP_WFTMAX .. option:: CONFIG_ISOTP_WFTMAX *WFTmax (Max WAIT frames before aborting).* Type: ``int`` Help ==== This value defines the maximum number of WAIT frames before the transmission is aborted. Direct dependencies =================== \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] .. parsed-literal:: config ISOTP_WFTMAX int "WFTmax (Max WAIT frames before aborting)." range 0 254 default 10 depends on \ :option:`ISOTP ` help This value defines the maximum number of WAIT frames before the transmission is aborted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*