Simple USBHost library for STM32F746NG Discovery board. Only either the Fastspeed or the Highspeed port can be used( not both together)
Dependents: DISCO-F746NG_USB_Host
Fork of KL46Z-USBHost by
Diff: USBHost/USB_Helper.h
- Revision:
- 24:5396b6a93262
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/USBHost/USB_Helper.h Mon Jun 13 17:21:07 2016 +0000 @@ -0,0 +1,17 @@ + /* Define to prevent recursive inclusion -------------------------------------*/ +#ifndef USB_Helper +#define USB_Helper + +#include "cmsis.h" + +#ifdef __cplusplus + extern "C" { +#endif + +void CPU_CACHE_Flush(uint32_t * buffer, uint32_t length); + +#ifdef __cplusplus +} +#endif + +#endif /* ___SD_Helper */ \ No newline at end of file