3 #ifndef __USBH_MSC_CORE_H
4 #define __USBH_MSC_CORE_H
16 void USBH_LL_systick();
19 int USBH_LL_send(
const uint8_t *data, uint32_t len, uint16_t timeoutMs);
20 int USBH_LL_receive(uint8_t *data, uint32_t len, uint16_t timeoutMs);
21 void USBH_LL_setTimer();
22 uint32_t USBH_LL_getTimer();
Specific api's relative to the used hardware platform.
Header file for usbh_core.c.
Header file for usbh_stdreq.c.
Header file for usbh_ioreq.c.
Header file for usbh_hcs.c.
Definition: usbh_core.h:174