-
CONFIG_CAN_MCP2515_MAX_FILTER
¶
Maximum number of concurrent active filters
Type: int
Help¶
Defines the array size of the callback/msgq pointers. Must be at least the size of concurrent reads.
Defaults¶
- 5 if
CAN_MCP2515
&&CAN
Kconfig definition¶
At drivers/can/Kconfig.mcp2515:65
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:82
→ drivers/can/Kconfig:39
Menu path: (top menu) → Device Drivers → CAN Drivers → MCP2515 CAN Driver
config CAN_MCP2515_MAX_FILTER int prompt "Maximum number of concurrent active filters" ifCAN_MCP2515
&&CAN
range 1 32 ifCAN_MCP2515
&&CAN
default 5 ifCAN_MCP2515
&&CAN
depends onCAN_MCP2515
&&CAN
help Defines the array size of the callback/msgq pointers. Must be at least the size of concurrent reads.
(Definitions include propagated dependencies, including from if’s and menus.)