Searched refs:CanXL_SetErrIntCmd (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/src/ |
D | CanEXCEL_Ip.c | 728 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_RX_WARNING, enable); in Canexcel_Ip_SetErrorInt() 734 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_TX_WARNING, enable); in Canexcel_Ip_SetErrorInt() 740 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR, enable); in Canexcel_Ip_SetErrorInt() 746 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR_FAST, enable); in Canexcel_Ip_SetErrorInt() 752 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_ERR_XL, enable); in Canexcel_Ip_SetErrorInt() 758 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_INT_ERR, enable); in Canexcel_Ip_SetErrorInt() 764 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_BUSOFF, enable); in Canexcel_Ip_SetErrorInt() 770 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_BUSOFF_DONE, enable); in Canexcel_Ip_SetErrorInt() 776 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_FREEZE, enable); in Canexcel_Ip_SetErrorInt() 782 CanXL_SetErrIntCmd(CANEXCEL.EXL_SIC[u8Instance], CANXL_INT_PASIVE_ERR, enable); in Canexcel_Ip_SetErrorInt()
|
D | CanEXCEL_Ip_HwAccess.c | 44 void CanXL_SetErrIntCmd(CANXL_SIC_Type * base, canxl_int_type_t errType, boolean enable) in CanXL_SetErrIntCmd() function
|
/hal_nxp-3.5.0/s32/drivers/s32ze/Can_CANEXCEL/include/ |
D | CanEXCEL_Ip_HwAccess.h | 101 void CanXL_SetErrIntCmd(CANXL_SIC_Type * base, canxl_int_type_t errType, boolean enable);
|