Searched refs:Error_Type (Results 1 – 4 of 4) sorted by relevance
513 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type) in HAL_CAN_GetErrorCode() argument517 if(!IS_CAN_ErrorType(Error_Type)) return -1; in HAL_CAN_GetErrorCode()519 if(Error_Type==CAN_ErrorType_SegCode) in HAL_CAN_GetErrorCode()524 else if(Error_Type==CAN_ErrorType_Direction) in HAL_CAN_GetErrorCode()
555 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type) in HAL_CAN_GetErrorCode() argument559 if(!IS_CAN_ErrorType(Error_Type)) return -1; in HAL_CAN_GetErrorCode()561 if(Error_Type==CAN_ErrorType_SegCode) in HAL_CAN_GetErrorCode()566 else if(Error_Type==CAN_ErrorType_Direction) in HAL_CAN_GetErrorCode()
381 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type);
382 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type);
Completed in 9 milliseconds