Dieter Graef / USBHost_DISCO-F746NG

Dependents:   DISCO-F746NG_USB_Host

Fork of KL46Z-USBHost by Norimasa Okamoto

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers USB_Helper.h Source File

USB_Helper.h

00001  /* Define to prevent recursive inclusion -------------------------------------*/
00002 #ifndef USB_Helper
00003 #define USB_Helper
00004 
00005 #include "cmsis.h"
00006 
00007 #ifdef __cplusplus
00008  extern "C" {
00009 #endif
00010 
00011 void CPU_CACHE_Flush(uint32_t * buffer, uint32_t length);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif /* ___SD_Helper */