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.

Direct dependencies

CAN_MCP2515 && CAN

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At <Zephyr>/drivers/can/Kconfig.mcp2515:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:80<Zephyr>/drivers/can/Kconfig:62

Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver

config CAN_MCP2515_MAX_FILTER
    int "Maximum number of concurrent active filters"
    range 1 32
    default 5
    depends on CAN_MCP2515 && CAN
    help
      Defines the array size of the callback/msgq pointers.
      Must be at least the size of concurrent reads.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)