Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1681 Canexcel_Ip_StatusType eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_MainFunctionBusOff() local
1690 eRetVal = CANEXCEL_STATUS_SUCCESS; in Canexcel_Ip_MainFunctionBusOff()
1697 eRetVal = Canexcel_GetControllerMRU(instance, &u32StatusError, CANXL_MRU_CMD_LAST_ST); in Canexcel_Ip_MainFunctionBusOff()
1698 if (CANEXCEL_STATUS_SUCCESS == eRetVal) in Canexcel_Ip_MainFunctionBusOff()
1704 return eRetVal; in Canexcel_Ip_MainFunctionBusOff()
1728 Canexcel_Ip_StatusType eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_ManualBusOffRecovery() local
1734 eRetVal = Canexcel_GetControllerMRU(instance, &u32AckVal, CANXL_MRU_CMD_BUSOFF); in Canexcel_Ip_ManualBusOffRecovery()
1735 if ((CANEXCEL_STATUS_SUCCESS == eRetVal) && (u32AckVal != CANXL_MRU_CMD_BUSOFF)) in Canexcel_Ip_ManualBusOffRecovery()
1737 eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_ManualBusOffRecovery()
1740 return eRetVal; in Canexcel_Ip_ManualBusOffRecovery()