STM32F4xx_HAL_Driver
1.8.3
|
Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_CAN_ConfigFilter (CAN_HandleTypeDef *hcan, const CAN_FilterTypeDef *sFilterConfig) |
Configures the CAN reception filter according to the specified parameters in the CAN_FilterInitStruct. More... | |
Configuration functions.
============================================================================== ##### Configuration functions ##### ============================================================================== [..] This section provides functions allowing to: (+) HAL_CAN_ConfigFilter : Configure the CAN reception filters
HAL_StatusTypeDef HAL_CAN_ConfigFilter | ( | CAN_HandleTypeDef * | hcan, |
const CAN_FilterTypeDef * | sFilterConfig | ||
) |
Configures the CAN reception filter according to the specified parameters in the CAN_FilterInitStruct.
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
sFilterConfig | pointer to a CAN_FilterTypeDef structure that contains the filter configuration information. |
None |
Definition at line 840 of file stm32f4xx_hal_can.c.