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¶
(Includes any dependencies from ifs and menus.)
Default¶
10
Kconfig definition¶
At subsys/canbus/isotp/Kconfig:19
Included via Kconfig:8
→ Kconfig.zephyr:44
→ 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]
config ISOTP_WFTMAX
int "WFTmax (Max WAIT frames before aborting)."
range 0 254
default 10
depends on 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.)