Home
last modified time | relevance | path

Searched refs:HSUSBD_VENDOR_REQ (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dhsusbd.h353 typedef void (*HSUSBD_VENDOR_REQ)(void); /*!<USB Vendor request callback function */ typedef
366 void HSUSBD_SetVendorRequest(HSUSBD_VENDOR_REQ pfnVendorReq);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dhsusbd.h382 typedef void (*HSUSBD_VENDOR_REQ)(void); /*!<USB Vendor request callback function */ typedef
395 void HSUSBD_SetVendorRequest(HSUSBD_VENDOR_REQ pfnVendorReq);
/hal_nuvoton-latest/m48x/StdDriver/src/
Dhsusbd.c30 HSUSBD_VENDOR_REQ g_hsusbd_pfnVendorRequest = NULL;
708 void HSUSBD_SetVendorRequest(HSUSBD_VENDOR_REQ pfnVendorReq) in HSUSBD_SetVendorRequest()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dhsusbd.c29 HSUSBD_VENDOR_REQ g_hsusbd_pfnVendorRequest = NULL;
743 void HSUSBD_SetVendorRequest(HSUSBD_VENDOR_REQ pfnVendorReq) in HSUSBD_SetVendorRequest()