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