Searched refs:CAN_DisableInt (Results 1 – 2 of 2) sorted by relevance
159 void CAN_DisableInt(CAN_T *tCAN, uint32_t u32Mask);
882 CAN_DisableInt(tCAN, (CAN_CON_IE_Msk | CAN_CON_SIE_Msk | CAN_CON_EIE_Msk)); in CAN_Close()1052 void CAN_DisableInt(CAN_T *tCAN, uint32_t u32Mask) in CAN_DisableInt() function