STM32F439xx HAL User Manual
Defines
CAN Filter Mode
CAN Exported Constants

Defines

#define CAN_FILTERMODE_IDMASK   (0x00000000U)
#define CAN_FILTERMODE_IDLIST   (0x00000001U)

Define Documentation

#define CAN_FILTERMODE_IDLIST   (0x00000001U)

Identifier list mode

Definition at line 353 of file stm32f4xx_hal_can.h.

#define CAN_FILTERMODE_IDMASK   (0x00000000U)

Identifier mask mode

Definition at line 352 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().