STM32F479xx 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 409 of file stm32f4xx_hal_can.h.

#define CAN_FILTER_ENABLE   (0x00000001U)

Enable filter

Definition at line 410 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_ConfigFilter().