Home
last modified time | relevance | path

Searched refs:g_usbd_pfnSetInterface (Results 1 – 3 of 3) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/src/
Dusbd.c56 SET_INTERFACE_REQ g_usbd_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable
75 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()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dusbd.c57 SET_INTERFACE_REQ g_usbd_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable
76 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()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dusbd.c57 SET_INTERFACE_REQ g_usbd_pfnSetInterface = NULL; /*!< USB Set Interface Functional Pointer */ variable
76 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()