Searched refs:CAN_IntConfig (Results 1 – 3 of 3) sorted by relevance
456 void CAN_IntConfig(HT_CAN_TypeDef *CANx, u32 CAN_Int, ControlStatus NewState);
113 CAN_IntConfig(CANx, CAN_INT_EIE | CAN_INT_IE , ENABLE); in CAN_Init()130 void CAN_IntConfig(HT_CAN_TypeDef *CANx, u32 CAN_Int, ControlStatus NewState) in CAN_IntConfig() function
277 CAN_IntConfig(can_instance->can_x, CAN_INT_EIE | CAN_INT_SIE | CAN_INT_IE, ENABLE); in ht32_can_control()
Completed in 11 milliseconds