Home
last modified time | relevance | path

Searched refs:Error_Type (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_CAN.c513 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type) in HAL_CAN_GetErrorCode() argument
517 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()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_CAN.c555 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type) in HAL_CAN_GetErrorCode() argument
559 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()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_CAN.h381 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type);
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_CAN.h382 int8_t HAL_CAN_GetErrorCode(CAN_HandleTypeDef *hcan,uint32_t Error_Type);

Completed in 9 milliseconds