Searched refs:SET_INTERFACE_REQ (Results 1 – 4 of 4) sorted by relevance
758 typedef void (*SET_INTERFACE_REQ)(uint32_t u32AltInterface); /*!< Functional pointer type declar… typedef765 extern SET_INTERFACE_REQ g_USBD_pfnSetInterface;770 void USBD_Open(const S_USBD_INFO_T *param, CLASS_REQ pfnClassReq, SET_INTERFACE_REQ pfnSetInterface…
233 SET_INTERFACE_REQ g_usbd_pfnSetInterface;1099 int32_t BL_USBDOpen(const S_USBD_INFO_T *param, CLASS_REQ pfnClassReq, SET_INTERFACE_REQ pfnSetInte…
56 SET_INTERFACE_REQ g_USBD_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */71 void USBD_Open(const S_USBD_INFO_T *param, CLASS_REQ pfnClassReq, SET_INTERFACE_REQ pfnSetInterface) in USBD_Open()