-
CONFIG_CAN_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.
Kconfig definition¶
At drivers/can/Kconfig.stm32:15
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:82
→ drivers/can/Kconfig:48
Menu path: (top menu) → Device Drivers → CAN Drivers
config CAN_MAX_FILTER int prompt "Maximum number of concurrent active filters" ifCAN_STM32
&&CAN
range 1 56 ifCAN_STM32
&&CAN
default 5 ifCAN_STM32
&&CAN
depends onCAN_STM32
&&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.)