STM32L486xx 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 408 of file stm32l4xx_hal_can.h.

#define CAN_FILTERMODE_IDMASK   (0x00000000U)

Identifier mask mode

Definition at line 407 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().