Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-F746NG_USB_Host
Fork of KL46Z-USBHost by
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 */
Generated on Tue Jul 12 2022 18:18:18 by
1.7.2
