Home
last modified time | relevance | path

Searched refs:g_hsusbd_pfnSetInterface (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dhsusbd.c32 HSUSBD_SET_INTERFACE_REQ g_hsusbd_pfnSetInterface = NULL; variable
72 g_hsusbd_pfnSetInterface = pfnSetInterface; in HSUSBD_Open()
474 if (g_hsusbd_pfnSetInterface != NULL) in HSUSBD_StandardRequest()
476 g_hsusbd_pfnSetInterface((uint32_t)g_hsusbd_UsbAltInterface); in HSUSBD_StandardRequest()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dhsusbd.c31 HSUSBD_SET_INTERFACE_REQ g_hsusbd_pfnSetInterface = NULL; variable
71 g_hsusbd_pfnSetInterface = pfnSetInterface; in HSUSBD_Open()
500 if(g_hsusbd_pfnSetInterface != NULL) in HSUSBD_StandardRequest()
502 g_hsusbd_pfnSetInterface((uint32_t)g_hsusbd_UsbAltInterface); in HSUSBD_StandardRequest()