CONFIG_ISOTP_RX_BUF_COUNT¶
Number of data buffers for receiving data
Type: int
Help¶
Each data buffer will occupy ISOTP_RX_BUF_SIZE + smallish
header (sizeof(struct net_buf)) amount of data.
Default¶
- 4 
Kconfig definition¶
At <Zephyr Subsystem>/canbus/isotp/Kconfig:66
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]
config ISOTP_RX_BUF_COUNT
    int "Number of data buffers for receiving data"
    default 4
    depends on ISOTP
    help
      Each data buffer will occupy ISOTP_RX_BUF_SIZE + smallish
      header (sizeof(struct net_buf)) amount of data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)