CONFIG_ISOTP_BS_TIMEOUT
Bs timeout [ms] (timeout for receiving the frame control)
Type: int
Help
Timeout for the reception of the next FC frame. ISO 15765-2: 1000ms
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
1000
Kconfig definition
At <Zephyr>/subsys/canbus/isotp/Kconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:11
→ <Zephyr>/subsys/canbus/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL]
config ISOTP_BS_TIMEOUT
int "Bs timeout [ms] (timeout for receiving the frame control)"
range 200 10000
default 1000
depends on ISOTP
help
Timeout for the reception of the next FC frame. ISO 15765-2: 1000ms
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)