HAL
CAN_HandleTypeDef::ErrorCode is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCAN_HandleTypeDef::ErrorCode

CAN_HandleTypeDef::ErrorCode field

CAN Error code. This parameter can be a value of CAN_Error_Code

Syntax

__IO uint32_t ErrorCode;

References

LocationReferrerText
stm32f4xx_hal_can.h:224
__IO uint32_t ErrorCode; /*!< CAN Error code.
stm32f4xx_hal_can.c:346HAL_CAN_Init()
hcan->ErrorCode |= HAL_CAN_ERROR_TIMEOUT;
stm32f4xx_hal_can.c:367HAL_CAN_Init()
hcan->ErrorCode |= HAL_CAN_ERROR_TIMEOUT;
stm32f4xx_hal_can.c:444HAL_CAN_Init()
hcan->ErrorCode = HAL_CAN_ERROR_NONE;
stm32f4xx_hal_can.c:492HAL_CAN_DeInit()
hcan->ErrorCode = HAL_CAN_ERROR_NONE;
stm32f4xx_hal_can.c:991HAL_CAN_ConfigFilter()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1056HAL_CAN_Start()
hcan->ErrorCode |= HAL_CAN_ERROR_TIMEOUT;
stm32f4xx_hal_can.c:1066HAL_CAN_Start()
hcan->ErrorCode = HAL_CAN_ERROR_NONE;
stm32f4xx_hal_can.c:1074HAL_CAN_Start()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_READY;
stm32f4xx_hal_can.c:1105HAL_CAN_Stop()
hcan->ErrorCode |= HAL_CAN_ERROR_TIMEOUT;
stm32f4xx_hal_can.c:1126HAL_CAN_Stop()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_STARTED;
stm32f4xx_hal_can.c:1157HAL_CAN_RequestSleep()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1193HAL_CAN_WakeUp()
hcan->ErrorCode |= HAL_CAN_ERROR_TIMEOUT;
stm32f4xx_hal_can.c:1205HAL_CAN_WakeUp()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1328HAL_CAN_AddTxMessage()
hcan->ErrorCode |= HAL_CAN_ERROR_PARAM;
stm32f4xx_hal_can.c:1336HAL_CAN_AddTxMessage()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1387HAL_CAN_AbortTxRequest()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1525HAL_CAN_GetRxMessage()
hcan->ErrorCode |= HAL_CAN_ERROR_PARAM;
stm32f4xx_hal_can.c:1536HAL_CAN_GetRxMessage()
hcan->ErrorCode |= HAL_CAN_ERROR_PARAM;
stm32f4xx_hal_can.c:1594HAL_CAN_GetRxMessage()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1680HAL_CAN_ActivateNotification()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:1713HAL_CAN_DeactivateNotification()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;
stm32f4xx_hal_can.c:2086HAL_CAN_IRQHandler()
hcan->ErrorCode |= errorcode;
stm32f4xx_hal_can.c:2414HAL_CAN_GetError()
return hcan->ErrorCode;
stm32f4xx_hal_can.c:2432HAL_CAN_ResetError()
hcan->ErrorCode = 0U;
stm32f4xx_hal_can.c:2437HAL_CAN_ResetError()
hcan->ErrorCode |= HAL_CAN_ERROR_NOT_INITIALIZED;