| STM32F4xx HAL Documentation
                 Hardware Abstraction Layer for STM32F4 familiy | 
| Macros | |
| #define | CAN_FILTERSCALE_16BIT ((uint8_t)0x00) | 
| #define | CAN_FILTERSCALE_32BIT ((uint8_t)0x01) | 
| #define | CAN_FILTERSCALE_16BIT (0x00000000U) | 
| #define | CAN_FILTERSCALE_32BIT (0x00000001U) | 
| #define CAN_FILTERSCALE_16BIT ((uint8_t)0x00) | 
#include <stm32f4xx_hal_can_legacy.h>
Two 16-bit filters
Definition at line 341 of file stm32f4xx_hal_can_legacy.h.
Referenced by HAL_CAN_ConfigFilter().
| #define CAN_FILTERSCALE_32BIT ((uint8_t)0x01) | 
#include <stm32f4xx_hal_can_legacy.h>
One 32-bit filter 
 
Definition at line 342 of file stm32f4xx_hal_can_legacy.h.
Referenced by HAL_CAN_ConfigFilter().
| #define CAN_FILTERSCALE_16BIT (0x00000000U) | 
#include <stm32f4xx_hal_can.h>
Two 16-bit filters
Definition at line 408 of file stm32f4xx_hal_can.h.
| #define CAN_FILTERSCALE_32BIT (0x00000001U) | 
#include <stm32f4xx_hal_can.h>
One 32-bit filter 
 
Definition at line 409 of file stm32f4xx_hal_can.h.