CONFIG_NET_L2_CANBUS_STMIN
STmin
Type: int
Help
Minimal separation time between frames in ms.
The timer starts when the frame is queued and the next frame is
transmitted after expiration.
STmin is chosen by the receiver and transmitted in the FC
(Flow Control) frame. See also: ISO 15765-2:2016
Default
0
Kconfig definition
At <Zephyr>/subsys/net/l2/canbus/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:97
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL]
config NET_L2_CANBUS_STMIN
int "STmin"
range 0 127
default 0
depends on NET_L2_CANBUS && NETWORKING
help
Minimal separation time between frames in ms.
The timer starts when the frame is queued and the next frame is
transmitted after expiration.
STmin is chosen by the receiver and transmitted in the FC
(Flow Control) frame. See also: ISO 15765-2:2016
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)