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 */ variable75 g_usbd_pfnSetInterface = pfnSetInterface; in USBD_Open()484 if(g_usbd_pfnSetInterface != NULL) in USBD_StandardRequest()486 g_usbd_pfnSetInterface(g_usbd_UsbAltInterface); in USBD_StandardRequest()
57 SET_INTERFACE_REQ g_usbd_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable76 g_usbd_pfnSetInterface = pfnSetInterface; in USBD_Open()487 if(g_usbd_pfnSetInterface != NULL) in USBD_StandardRequest()489 g_usbd_pfnSetInterface(g_usbd_UsbAltInterface); in USBD_StandardRequest()
57 SET_INTERFACE_REQ g_usbd_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable76 g_usbd_pfnSetInterface = pfnSetInterface; in USBD_Open()494 if(g_usbd_pfnSetInterface != NULL) in USBD_StandardRequest()496 g_usbd_pfnSetInterface(g_usbd_UsbAltInterface); in USBD_StandardRequest()