STM32F439xx HAL User Manual
Defines
CAN Filter Scale
CAN Exported Constants

Defines

#define CAN_FILTERSCALE_16BIT   (0x00000000U)
#define CAN_FILTERSCALE_32BIT   (0x00000001U)

Define Documentation

#define CAN_FILTERSCALE_16BIT   (0x00000000U)

Two 16-bit filters

Definition at line 361 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().

#define CAN_FILTERSCALE_32BIT   (0x00000001U)

One 32-bit filter

Definition at line 362 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().