Searched refs:CanXL_SetErrIntCmd (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/ |
D | CanEXCEL_Ip.c | 1028 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_RX_WARNING, enable); in Canexcel_Ip_SetErrorInt() 1034 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_TX_WARNING, enable); in Canexcel_Ip_SetErrorInt() 1040 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR, enable); in Canexcel_Ip_SetErrorInt() 1046 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR_FAST, enable); in Canexcel_Ip_SetErrorInt() 1052 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR_XL, enable); in Canexcel_Ip_SetErrorInt() 1058 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_INT_ERR, enable); in Canexcel_Ip_SetErrorInt() 1064 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_BUSOFF, enable); in Canexcel_Ip_SetErrorInt() 1070 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_BUSOFF_DONE, enable); in Canexcel_Ip_SetErrorInt() 1076 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_FREEZE, enable); in Canexcel_Ip_SetErrorInt() 1082 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_PASIVE_ERR, enable); in Canexcel_Ip_SetErrorInt()
|
D | CanEXCEL_Ip_HwAccess.c | 121 void CanXL_SetErrIntCmd(CANXL_SIC_Type * base, canxl_int_type_t errType, boolean enable) in CanXL_SetErrIntCmd() function
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/include/ |
D | CanEXCEL_Ip_HwAccess.h | 205 void CanXL_SetErrIntCmd(CANXL_SIC_Type * base, canxl_int_type_t errType, boolean enable);
|