|
STM32F479xx HAL User Manual
|
Defines | |
| #define | CAN_FILTERSCALE_16BIT (0x00000000U) |
| #define | CAN_FILTERSCALE_32BIT (0x00000001U) |
| #define CAN_FILTERSCALE_16BIT (0x00000000U) |
Two 16-bit filters
Definition at line 400 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_ConfigFilter().
| #define CAN_FILTERSCALE_32BIT (0x00000001U) |
One 32-bit filter
Definition at line 401 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_ConfigFilter().
1.7.6.1