CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT¶
Amount of context buffers for sending data
Type: int
Help¶
This defines the size of the memory slab where the buffers are
allocated from.
Direct dependencies¶
ISOTP_ENABLE_CONTEXT_BUFFERS && ISOTP
(Includes any dependencies from ifs and menus.)
Default¶
- 4 
Kconfig definition¶
At <Zephyr Subsystem>/canbus/isotp/Kconfig:124
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:11 → <Zephyr Subsystem>/canbus/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] → Enable buffered tx contexts
config ISOTP_TX_CONTEXT_BUF_COUNT
    int "Amount of context buffers for sending data"
    default 4
    depends on ISOTP_ENABLE_CONTEXT_BUFFERS && ISOTP
    help
      This defines the size of the memory slab where the buffers are
      allocated from.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)