:orphan: .. title:: ISOTP_RX_BUF_COUNT .. option:: 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. Direct dependencies =================== \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``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] .. parsed-literal:: config ISOTP_RX_BUF_COUNT int "Number of data buffers for receiving data" default 4 depends on \ :option:`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.)*