STM32L486xx HAL User Manual
Defines
CAN Filter Activation
CAN Exported Constants

Defines

#define CAN_FILTER_DISABLE   (0x00000000U)
#define CAN_FILTER_ENABLE   (0x00000001U)

Define Documentation

#define CAN_FILTER_DISABLE   (0x00000000U)

Disable filter

Definition at line 425 of file stm32l4xx_hal_can.h.

#define CAN_FILTER_ENABLE   (0x00000001U)

Enable filter

Definition at line 426 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().