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

Direct dependencies

NET_L2_CANBUS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/net/l2/canbus/Kconfig:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:77

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.)