Handles CAN interrupt request.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_TxCpltCallback
void HAL_CAN_TxCpltCallback (CAN_HandleTypeDef * hcan)
Transmission complete callback in non blocking mode.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_RxCpltCallback
void HAL_CAN_RxCpltCallback (CAN_HandleTypeDef * hcan)
Transmission complete callback in non blocking mode.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_ErrorCallback
void HAL_CAN_ErrorCallback (CAN_HandleTypeDef * hcan)
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_GetError
uint32_t HAL_CAN_GetError (CAN_HandleTypeDef * hcan)
Return the CAN error code.
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.
HAL_CAN_GetState
HAL_CAN_StateTypeDef HAL_CAN_GetState
(CAN_HandleTypeDef * hcan)
hcan: pointer to a CAN_HandleTypeDef structure that
contains the configuration information for the specified CAN.