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
USBHost/USB_Helper.h
- Committer:
- DieterGraef
- Date:
- 2016-06-17
- Revision:
- 25:7d6d9fc471bf
- Parent:
- 24:5396b6a93262
File content as of revision 25:7d6d9fc471bf:
/* 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 */