The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CAN_RCAR_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_RCAR && CAN

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At drivers/can/Kconfig.rcar:12

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82drivers/can/Kconfig:94

Menu path: (Top) → Device Drivers → CAN Drivers → Renesas R-Car CAN Driver

config CAN_RCAR_MAX_FILTER
    int "Maximum number of concurrent active filters"
    range 1 32
    default 5
    depends on CAN_RCAR && 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.)