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.
Default¶
- 5 
Kconfig definition¶
At <Zephyr Driver>/can/Kconfig.rcar:12
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:82 → <Zephyr Driver>/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.)