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_SDFileSystem uzairkhan DISCO-F746NG_Scope_copy
Fork of SDFileSystem by
Diff: SD_Helper.h
- Revision:
- 24:698affe9560c
- Parent:
- 23:c03ef1abef0e
--- a/SD_Helper.h Thu Mar 31 17:39:48 2016 +0000 +++ b/SD_Helper.h Tue Apr 12 13:47:47 2016 +0000 @@ -12,12 +12,15 @@ void BSP_SD_CommandTransaction(char cmd, unsigned int arg); +void BSP_SD_Set_Busy(void); +void BSP_SD_Clear_Busy(void); +int BSP_SD_Get_Busy(void); void BSP_SD_Set_RX_Busy(void); void BSP_SD_Clear_RX_Busy(void); -int BSP_SD_Get_RX_busy(void); +int BSP_SD_Get_RX_Busy(void); void BSP_SD_Set_TX_Busy(void); void BSP_SD_Clear_TX_Busy(void); -int BSP_SD_Get_TX_busy(void); +int BSP_SD_Get_TX_Busy(void); #ifdef __cplusplus }
