CONFIG_CAN_MAX_STD_ID_FILTER

Maximum number of std ID filters

Type: int

Help

Defines the maximum number of filters with standard ID (11-bit)
that can be attached.

Direct dependencies

CAN_STM32FD && CAN

(Includes any dependencies from ifs and menus.)

Default

  • 28

Kconfig definition

At <Zephyr>/drivers/can/Kconfig.stm32fd:16

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

Menu path: (Top) → Device Drivers → CAN Drivers → STM32 FDCAN driver

config CAN_MAX_STD_ID_FILTER
    int "Maximum number of std ID filters"
    range 0 28
    default 28
    depends on CAN_STM32FD && CAN
    help
      Defines the maximum number of filters with standard ID (11-bit)
      that can be attached.

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