Searched refs:CallBack_ClassSetInterface (Results 1 – 9 of 9) sorted by relevance
99 pClass->CallBack_ClassSetInterface = USBDClass_Standard_SetInterface; in USBDClass_Init()
190 …USBDCore_CallBackClass_Typedef CallBack_ClassSetInterface; /*!< Set Interface call back function … member
165 …USBDCore_CallBackClass_Typedef CallBack_ClassSetInterface; /*!< Set Interface call back function … member
726 if (pCore->Class.CallBack_ClassSetInterface != NULL) in _USBDCore_Standard_Request()728 pCore->Class.CallBack_ClassSetInterface((USBDCore_Device_TypeDef *)&(pCore->Device)); in _USBDCore_Standard_Request()
758 if (pCore->Class.CallBack_ClassSetInterface != NULL) in _USBDCore_Standard_Request()760 pCore->Class.CallBack_ClassSetInterface((USBDCore_Device_TypeDef *) & (pCore->Device)); in _USBDCore_Standard_Request()
Completed in 22 milliseconds