sFilterConfig: pointer to a CAN_FilterConfTypeDef structure
that contains the filter configuration information.
HAL_CAN_DeInit
HAL_StatusTypeDef HAL_CAN_DeInit (CAN_HandleTypeDef *
hcan)
Deinitializes the CANx peripheral registers to their default reset
values.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_MspInit
void HAL_CAN_MspInit (CAN_HandleTypeDef * hcan)
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_MspDeInit
void HAL_CAN_MspDeInit (CAN_HandleTypeDef * hcan)
DeInitializes the CAN MSP.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_Transmit
HAL_StatusTypeDef HAL_CAN_Transmit
(CAN_HandleTypeDef * hcan, uint32_t Timeout)
Initiates and transmits a CAN frame message.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
Timeout: Specify Timeout value
HAL_CAN_Transmit_IT
HAL_StatusTypeDef HAL_CAN_Transmit_IT
(CAN_HandleTypeDef * hcan)
Initiates and transmits a CAN frame message.
hcan: pointer to a CAN_HandleTypeDef structure that