CONFIG_ISOTP_CR_TIMEOUT¶
Cr timeout [ms] (timeout for consecutive frames)
Type: int
Help¶
Cr (receiver consecutive frame) timeout.
ISO 15765-2: 1000ms
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
1000
Kconfig definition¶
At subsys/canbus/isotp/Kconfig:42
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_CR_TIMEOUT
int "Cr timeout [ms] (timeout for consecutive frames)"
range 200 10000
default 1000
depends on ISOTP
help
Cr (receiver consecutive frame) timeout.
ISO 15765-2: 1000ms
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)