Searched defs:USBD_API (Results 1 – 1 of 1) sorted by relevance
51 typedef struct USBD_API struct53 const USBD_HW_API_T* hw; /**< Pointer to function table which exposes functions 56 const USBD_CORE_API_T* core; /**< Pointer to function table which exposes functions 59 const USBD_MSC_API_T* msc; /**< Pointer to function table which exposes functions 85 } USBD_API_T; argument89 #define USBD_API g_pUsbApi macro
Completed in 3 milliseconds