Searched refs:g_USBD_pfnSetInterface (Results 1 – 3 of 3) sorted by relevance
56 SET_INTERFACE_REQ g_USBD_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable86 g_USBD_pfnSetInterface = pfnSetInterface; in USBD_Open()510 if(g_USBD_pfnSetInterface != NULL) in USBD_StandardRequest()512 g_USBD_pfnSetInterface(s_USBD_u32UsbAltInterface); in USBD_StandardRequest()
765 extern SET_INTERFACE_REQ g_USBD_pfnSetInterface;