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: F746_AudioPlayerSD F746_SD_WavPlayer F746_SD_GraphicEqualizer_ren0620 F746_SD_TextFile_RW ... more
SD_Helper.h
00001 /* Define to prevent recursive inclusion -------------------------------------*/ 00002 #ifndef ___SD_Helper 00003 #define ___SD_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 void BSP_SD_CommandTransaction(char cmd, unsigned int arg); 00014 00015 void BSP_SD_Set_Busy(void); 00016 void BSP_SD_Clear_Busy(void); 00017 int BSP_SD_Get_Busy(void); 00018 void BSP_SD_Set_RX_Busy(void); 00019 void BSP_SD_Clear_RX_Busy(void); 00020 int BSP_SD_Get_RX_Busy(void); 00021 void BSP_SD_Set_TX_Busy(void); 00022 void BSP_SD_Clear_TX_Busy(void); 00023 int BSP_SD_Get_TX_Busy(void); 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif /* ___SD_Helper */
Generated on Tue Jul 12 2022 23:17:10 by
1.7.2