8 #ifndef GM_SD_STORAGE_HPP_
9 #define GM_SD_STORAGE_HPP_
15 #include <GmFatFs/ff.h>
17 #if (GEO_FATFS_TI == GEO_TRUE)
18 #include <driverlib/gpio.h>
19 #include <driverlib/ssi.h>
20 #include <driverlib/sysctl.h>
21 #include <ti/sysbios/family/arm/m3/Hwi.h>
24 #define DRIVE_NOT_MOUNTED ~0
28 #include "GeoFatFsStorage.hpp"
29 #include <ti/drivers/SDSPI.h>
30 #if (GEO_FATFS_TI == GEO_TRUE)
31 #include <ti/drivers/sdspi/SDSPITiva.h>
44 virtual const char *GetDrive ();
45 virtual int GetFatFsBlockSize () {
return GEO_SD_FATFS_BLOCK_SIZE; };
58 static int Setup (
unsigned int uiIndex, UInt32 uiBitRate);
60 static SDSPI_Handle s_sdspiHandle;
61 static SDSPI_Params s_sdspiParams;
65 static void SetAsFatFsFactory (
const char whichStorage);
Definition: GeoFatFsStorage.hpp:89
Definition: GeoFatFsStorage.hpp:38
Definition: GmSdStorage.hpp:54
Definition: GmSdStorage.hpp:38
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47